|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISunriseControllerStateListener
Callback interface for state changes of a sunrise controller.
An empty base implementation is available with the class
SunriseControllerStateListenerAdapter.
| Method Summary | |
|---|---|
void |
onConnectionLost(Controller controller)
Called when the connection was lost to the controller. |
void |
onSafetyStateChanged(Device device,
SunriseSafetyState safetyState)
Called when the safety signals request changed. |
| Methods inherited from interface com.kuka.roboticsAPI.controllerModel.IControllerStateListener |
|---|
onFieldBusDeviceConfigurationChangeReceived, onFieldBusDeviceIdentificationRequestReceived, onIsReadyToMoveChanged, onShutdown, onStatePortChangeReceived |
| Method Detail |
|---|
void onConnectionLost(Controller controller)
controller - The controller which lost the connection.
void onSafetyStateChanged(Device device,
SunriseSafetyState safetyState)
device - the devicesafetyState - the state of the sunrise safety signals
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||