|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.ControllerStateListenerAdapter
public abstract class ControllerStateListenerAdapter
Empty base implementation of a controller listener.
| Constructor Summary | |
|---|---|
ControllerStateListenerAdapter()
|
|
| Method Summary | |
|---|---|
void |
onFieldBusDeviceConfigurationChangeReceived(String controllerName,
DispatchedEventData dispatchedEvent)
Called when a field bus device configuration change request comes in. |
void |
onFieldBusDeviceIdentificationRequestReceived(String controllerName,
DispatchedEventData dispatchedEvent)
Called when a field bus identification comes. |
void |
onIsReadyToMoveChanged(Device device,
boolean isReadyToMove)
Called when the result of MovableDevice.isReadyToMove() has changed. |
void |
onShutdown(Controller controller)
called when the controller is shut down. |
void |
onStatePortChangeReceived(Controller controller,
com.kuka.roboticsAPI.controllerModel.StatePortData data)
Called when the a state port of the controller has changed its state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControllerStateListenerAdapter()
| Method Detail |
|---|
public void onShutdown(Controller controller)
IControllerStateListener
onShutdown in interface IControllerStateListenercontroller - the controller that is shutdown
public void onStatePortChangeReceived(Controller controller,
com.kuka.roboticsAPI.controllerModel.StatePortData data)
IControllerStateListener
onStatePortChangeReceived in interface IControllerStateListenercontroller - the controller which changed it's state.data - the new state port data.
public void onIsReadyToMoveChanged(Device device,
boolean isReadyToMove)
IControllerStateListenerMovableDevice.isReadyToMove() has changed.
onIsReadyToMoveChanged in interface IControllerStateListenerdevice - The addressed device for which the state has changedisReadyToMove - True if the device is ready to move. The conditions whether a device is ready to move depends of the
type of device. At least the SunriseSafetyState.SafetyStopType is SunriseSafetyState.SafetyStopType.NOSTOP,
public void onFieldBusDeviceConfigurationChangeReceived(String controllerName,
DispatchedEventData dispatchedEvent)
IControllerStateListener
onFieldBusDeviceConfigurationChangeReceived in interface IControllerStateListenercontrollerName - the controller with the changed configuration.dispatchedEvent - contains the new communication layer parameters.
public void onFieldBusDeviceIdentificationRequestReceived(String controllerName,
DispatchedEventData dispatchedEvent)
IControllerStateListener
onFieldBusDeviceIdentificationRequestReceived in interface IControllerStateListenercontrollerName - the controller which received the identification requestdispatchedEvent - contains the new blinking parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||