sysModel.env
Interface IOpenCommand

All Superinterfaces:
ILambda

public interface IOpenCommand
extends ILambda

Special version of ILambda for use as open command.

Author:
Mathias Ricken

Method Summary
 java.lang.Object apply(java.lang.Object moveCmd)
          Execute command.
 

Method Detail

apply

java.lang.Object apply(java.lang.Object moveCmd)
Execute command.

Specified by:
apply in interface ILambda
Parameters:
moveCmd - move command, cast to ILambda
Returns:
lambda-specific return value