Uses of Interface
org.perfectjpattern.core.api.behavioral.command.IReceiver

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

Uses of IReceiver in org.perfectjpattern.core.api.behavioral.command
 

Methods in org.perfectjpattern.core.api.behavioral.command with parameters of type IReceiver
 void ICommand.setReceiver(IReceiver<P,R> aReceiver)
          Sets the IReceiver associated to this ICommand
 

Uses of IReceiver in org.perfectjpattern.core.behavioral.command
 

Classes in org.perfectjpattern.core.behavioral.command that implement IReceiver
 class AbstractReceiver<P,R>
          Reusable base abstract implementation of IReceiver
 class Open
          Implements the actual Open Document functionality
 class Paste
          Implements the actual Paste functionality
 

Methods in org.perfectjpattern.core.behavioral.command with parameters of type IReceiver
 void Command.setReceiver(IReceiver<P,R> aReceiver)
          Sets the IReceiver associated to this ICommand
 

Constructors in org.perfectjpattern.core.behavioral.command with parameters of type IReceiver
Command(IReceiver<P,R> aReceiver)
           
ParameterlessCommand(IReceiver<NullParameter,NullResult> aReceiver)
           
 



Copyright © 2007-2009. All Rights Reserved.