Uses of Package
org.perfectjpattern.core.api.behavioral.command

Packages that use org.perfectjpattern.core.api.behavioral.command
org.perfectjpattern.core.api.behavioral.command Command Pattern API. 
org.perfectjpattern.core.behavioral.command Command Core Pattern implementation. 
 

Classes in org.perfectjpattern.core.api.behavioral.command used by org.perfectjpattern.core.api.behavioral.command
ICommand
          Command Design Pattern: Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations.
IInvoker
          Command Design Pattern: Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations.
IReceiver
          Command Design Pattern: Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations.
NullParameter
          Null Object Pattern implementation of Command Parameter.
NullResult
          Null Object Pattern implementation of Command Result.
 

Classes in org.perfectjpattern.core.api.behavioral.command used by org.perfectjpattern.core.behavioral.command
ICommand
          Command Design Pattern: Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations.
IInvoker
          Command Design Pattern: Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations.
IParameterlessCommand
          Provides parameterless ICommand type.
IParameterlessInvoker
          Provides parameterless IInvoker type.
IReceiver
          Command Design Pattern: Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations.
NullParameter
          Null Object Pattern implementation of Command Parameter.
NullResult
          Null Object Pattern implementation of Command Result.
 



Copyright © 2007-2009. All Rights Reserved.