Package org.perfectjpattern.core.behavioral.command

Command Core Pattern implementation.

See:
          Description

Class Summary
AbstractReceiver<P,R> Reusable base abstract implementation of IReceiver
Command<P,R> Base core implementation of ICommand interface.
Example Startup Main for the Command Pattern Example code
Invoker<P,R> Base core implementation of IInvoker interface.
Open Implements the actual Open Document functionality
ParameterlessCommand Concrete implementation of IParameterlessCommand
ParameterlessInvoker Concrete implementation of IParameterlessInvoker
Paste Implements the actual Paste functionality
 

Package org.perfectjpattern.core.behavioral.command Description

Command Core Pattern implementation.

 


Copyright © 2007-2009. All Rights Reserved.