Uses of Interface
com.kuka.command.ICommandExecutionContainer

Packages that use ICommandExecutionContainer
com.kuka.command Contains interfaces providing infrastructure for use of commands. 
 

Uses of ICommandExecutionContainer in com.kuka.command
 

Classes in com.kuka.command with type parameters of type ICommandExecutionContainer
 interface ICommand<T extends ICommand<?,E>,E extends ICommandExecutionContainer<?,?,?>>
          Interface describing a command that can be executed by a ICommandPipe .
 interface IParameterizableCommand<T extends ICommand<?,E>,E extends ICommandExecutionContainer<?,?,?>>
          Interface describing parameterizable command.
 

Methods in com.kuka.command with type parameters of type ICommandExecutionContainer
<T extends ICommand<T,E>,E extends ICommandExecutionContainer<T,?,?>>
boolean
ICommandPipe.canExecute(T command)
          Tests if a command can be executed by this command pipe.
<T extends ICommand<T,E>,E extends ICommandExecutionContainer<T,?,?>>
E
ICommandPipe.execute(T command)
          Executes the given command synchronously.
<T extends ICommand<T,E>,E extends ICommandExecutionContainer<T,?,?>>
E
ICommandPipe.executeAsync(T command)
          Executes the given command asynchronously.
 

Methods in com.kuka.command that return ICommandExecutionContainer
 ICommandExecutionContainer<?,?,?> ICommandPipe.getActive()
          Returns the command execution container which is currently executed.
 

Methods in com.kuka.command that return types with arguments of type ICommandExecutionContainer
 List<ICommandExecutionContainer<?,?,?>> ICommandPipe.getAll()
          Returns all command execution containers which are currently executed or queued.
 

Methods in com.kuka.command with parameters of type ICommandExecutionContainer
 void ICommandPipe.cancelAsync(ICommandExecutionContainer<?,?,?> container)
          Cancels the given command execution container.
 void ICommandPipe.cancelAsync(ICommandExecutionContainer<?,?,?> container, ICancelListener listener)
          Cancels the given command execution container.
 void ICommandStateListener.onStateChanged(ICommandExecutionContainer<?,?,?> container, IExecutionState<?> newState)
          Called by a ICommandPipe when one of containers sent to it changes its state.
 

Method parameters in com.kuka.command with type arguments of type ICommandExecutionContainer
 void ICancelListener.cancelFinished(List<? extends ICommandExecutionContainer<?,?,?>> containerList)
          Called when cancel request is finished.
 



Copyright © 2019. All rights reserved.