|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DispatchedEventData | |
|---|---|
| com.kuka.roboticsAPI.controllerModel | Contains the controller classes for accessing a controller and it's services. |
| Uses of DispatchedEventData in com.kuka.roboticsAPI.controllerModel |
|---|
| Methods in com.kuka.roboticsAPI.controllerModel that return DispatchedEventData | |
|---|---|
DispatchedEventData |
DispatchedEventLogRecord.getEventData()
Gets the dispatched event data. |
| Methods in com.kuka.roboticsAPI.controllerModel with parameters of type DispatchedEventData | |
|---|---|
protected void |
Controller.fireFieldBusDeviceConfigurationChangedEvent(DispatchedEventData dispatchedEvent)
Informs all listeners that the IP-address of the controller has changed. |
protected void |
Controller.fireFieldBusDeviceIdentificationEvent(DispatchedEventData dispatchedEvent)
Informs all listeners that a field bus identification request came in. |
void |
IControllerStateListener.onFieldBusDeviceConfigurationChangeReceived(String controllerName,
DispatchedEventData dispatchedEvent)
Called when a field bus device configuration change request comes in. |
void |
ControllerStateListenerAdapter.onFieldBusDeviceConfigurationChangeReceived(String controllerName,
DispatchedEventData dispatchedEvent)
|
void |
IControllerStateListener.onFieldBusDeviceIdentificationRequestReceived(String controllerName,
DispatchedEventData dispatchedEvent)
Called when a field bus identification comes. |
void |
ControllerStateListenerAdapter.onFieldBusDeviceIdentificationRequestReceived(String controllerName,
DispatchedEventData dispatchedEvent)
|
| Constructors in com.kuka.roboticsAPI.controllerModel with parameters of type DispatchedEventData | |
|---|---|
DispatchedEventLogRecord(DispatchedEventData eventData)
Creates a Sunrise log record. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||