Uses of Interface
com.kuka.command.ICancelListener

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

Uses of ICancelListener in com.kuka.command
 

Methods in com.kuka.command with parameters of type ICancelListener
 void ICommandPipe.cancelAllAsync(ICancelListener listener)
          Cancels all command execution container which are currently executed or queued.
 void ICommandPipe.cancelAsync(ICommandExecutionContainer<?,?,?> container, ICancelListener listener)
          Cancels the given command execution container.
 



Copyright © 2019. All rights reserved.