com.kuka.roboticsAPI
Interface IContextListener

All Superinterfaces:
com.kuka.common.events.IEventListener

public interface IContextListener
extends com.kuka.common.events.IEventListener

Listener interface for context related events.

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Method Summary
 void contextCreated(RoboticsAPIContext context)
          Called when a context was created.
 void contextDisposed(RoboticsAPIContext context)
          Called when a context was disposed.
 

Method Detail

contextCreated

void contextCreated(RoboticsAPIContext context)
Called when a context was created.

Parameters:
context - The context. It is already initialized.
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

contextDisposed

void contextDisposed(RoboticsAPIContext context)
Called when a context was disposed.

Parameters:
context - The context. It is already disposed.
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.


Copyright © 2019. All rights reserved.