org.perfectjpattern.core.behavioral.command
Class ParameterlessCommand

java.lang.Object
  extended by org.perfectjpattern.core.behavioral.command.Command<NullParameter,NullResult>
      extended by org.perfectjpattern.core.behavioral.command.ParameterlessCommand
All Implemented Interfaces:
ICommand<NullParameter,NullResult>, IParameterlessCommand

public class ParameterlessCommand
extends Command<NullParameter,NullResult>
implements IParameterlessCommand

Concrete implementation of IParameterlessCommand

Version:
$Revision: 1.0 $Date: Apr 13, 2008 9:59:08 PM $
Author:
Giovanni Azua
 

Constructor Summary
ParameterlessCommand()
           
ParameterlessCommand(IReceiver<NullParameter,NullResult> aReceiver)
           
 
Method Summary
 
Methods inherited from class org.perfectjpattern.core.behavioral.command.Command
execute, getResult, setParameter, setReceiver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.perfectjpattern.core.api.behavioral.command.ICommand
execute, getResult, setParameter, setReceiver
 

Constructor Detail

ParameterlessCommand

public ParameterlessCommand()

ParameterlessCommand

public ParameterlessCommand(IReceiver<NullParameter,NullResult> aReceiver)


Copyright © 2007-2009. All Rights Reserved.