com.kuka.nav.command
Interface RequestStateListener<R extends RequestContainer>

Type Parameters:
R - The container type.

public interface RequestStateListener<R extends RequestContainer>

Listener interface to be notified when the container of a request changes.


Method Summary
 void requestFinished(R container)
          Called when the request container is finished.
 void requestUpdated(R container)
          Called when the request container is updated or finished.
 

Method Detail

requestUpdated

void requestUpdated(R container)
Called when the request container is updated or finished.

Parameters:
container - the request container that was updated

requestFinished

void requestFinished(R container)
Called when the request container is finished.

Parameters:
container - the request container that has finished


Copyright © 2019. All rights reserved.