com.kuka.roboticsAPI.controllerModel.sunrise
Class SunriseControllerStateListenerAdapter
java.lang.Object
com.kuka.roboticsAPI.controllerModel.ControllerStateListenerAdapter
com.kuka.roboticsAPI.controllerModel.sunrise.SunriseControllerStateListenerAdapter
- All Implemented Interfaces:
- com.kuka.common.events.IEventListener, IControllerStateListener, ISunriseControllerStateListener
public abstract class SunriseControllerStateListenerAdapter
- extends ControllerStateListenerAdapter
- implements ISunriseControllerStateListener
Base implementation of a Sunrise-specific controller listener.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SunriseControllerStateListenerAdapter
public SunriseControllerStateListenerAdapter()
onConnectionLost
public void onConnectionLost(Controller controller)
- Description copied from interface:
ISunriseControllerStateListener
- Called when the connection was lost to the controller.
- Specified by:
onConnectionLost in interface ISunriseControllerStateListener
- Parameters:
controller - The controller which lost the connection.
onSafetyStateChanged
public void onSafetyStateChanged(Device device,
SunriseSafetyState newSafetyState)
- Description copied from interface:
ISunriseControllerStateListener
- Called when the safety signals request changed.
- Specified by:
onSafetyStateChanged in interface ISunriseControllerStateListener
- Parameters:
device - the devicenewSafetyState - the state of the sunrise safety signals
Copyright © 2019. All rights reserved.