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

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

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

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

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

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



Copyright © 2007-2009. All Rights Reserved.