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

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

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

Subinterfaces of IInvoker in org.perfectjpattern.core.api.behavioral.command
 interface IParameterlessInvoker
          Provides parameterless IInvoker type.
 

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

Classes in org.perfectjpattern.core.behavioral.command that implement IInvoker
 class Invoker<P,R>
          Base core implementation of IInvoker interface.
 class ParameterlessInvoker
          Concrete implementation of IParameterlessInvoker
 



Copyright © 2007-2009. All Rights Reserved.