Uses of Class
org.perfectjpattern.core.api.behavioral.command.NullResult

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

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

Methods in org.perfectjpattern.core.api.behavioral.command that return NullResult
static NullResult NullResult.getInstance()
          Returns Singleton instance of NullResult.
 

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

Constructor parameters in org.perfectjpattern.core.behavioral.command with type arguments of type NullResult
ParameterlessCommand(IReceiver<NullParameter,NullResult> aReceiver)
           
 



Copyright © 2007-2009. All Rights Reserved.