com.kuka.command
Interface ICancelListener


public interface ICancelListener

Listener that can be registered in methods like this ICommandPipe.cancelAllAsync(ICancelListener).

listener will be called when asynchronous cancel call is completed by a pipe and all requested containers are canceled.


Method Summary
 void cancelFinished(List<? extends ICommandExecutionContainer<?,?,?>> containerList)
          Called when cancel request is finished.
 

Method Detail

cancelFinished

void cancelFinished(List<? extends ICommandExecutionContainer<?,?,?>> containerList)
Called when cancel request is finished.

Parameters:
containerList - list of the canceled containers.


Copyright © 2019. All rights reserved.