Uses of Interface
provided.util.IVoidLambda

Packages that use IVoidLambda
provided.client.model   
provided.engine.model   
provided.rmiUtils   
 

Uses of IVoidLambda in provided.client.model
 

Fields in provided.client.model declared as IVoidLambda
private  IVoidLambda<java.lang.String> ClientModel.outputCmd
          output command used to put multiple strings up onto the view.
 

Uses of IVoidLambda in provided.engine.model
 

Fields in provided.engine.model declared as IVoidLambda
private  IVoidLambda<java.lang.String> EngineModel.outputCmd
          A command used as a wrapper around the view adapter for the RegistryFactory and the ComputeEngine.
private  IVoidLambda<java.lang.String> ComputeEngine.viewCmd
          A command (lambda) that serves as an adapter to the view
 

Constructors in provided.engine.model with parameters of type IVoidLambda
ComputeEngine(IVoidLambda<java.lang.String> viewCmd)
          The constructor for the class
 

Uses of IVoidLambda in provided.rmiUtils
 

Fields in provided.rmiUtils declared as IVoidLambda
private  IVoidLambda<java.lang.String> RMIUtils.outputCmd
          Command used to output strings to one or more destinations.
 

Constructors in provided.rmiUtils with parameters of type IVoidLambda
RMIUtils(IVoidLambda<java.lang.String> outputCmd)
          Constructor for the class.