sysModel.env
Interface IBlockedCommand

All Superinterfaces:
ILambda

public interface IBlockedCommand
extends ILambda

Special version of ILambda for use as blocked command.

Author:
Mathias Ricken

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

Method Detail

apply

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

Specified by:
apply in interface ILambda
Parameters:
notUsed - parameter not used
Returns:
lambda-specific return value