|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IExecutionState | |
|---|---|
| com.kuka.command | Contains interfaces providing infrastructure for use of commands. |
| Uses of IExecutionState in com.kuka.command |
|---|
| Classes in com.kuka.command with type parameters of type IExecutionState | |
|---|---|
interface |
ICommandExecutionContainer<T extends ICommand<T,?>,R extends IExecutionResult,S extends IExecutionState<?>>
An interface describing the methods of an unit responsible for the management of the runtime information of a command. |
| Methods in com.kuka.command with parameters of type IExecutionState | |
|---|---|
void |
ICommandStateListener.onStateChanged(ICommandExecutionContainer<?,?,?> container,
IExecutionState<?> newState)
Called by a ICommandPipe when one of containers sent to it
changes its state. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||