public interface Event
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getEventData()
Returns the event data object or
null if there is no such data. |
java.lang.String |
getEventType()
Returns the type of the event.
|
java.lang.String |
getSourceHostId()
Returns the id of the host where the event was generated.
|
boolean |
isSourceLocal()
Returns if the event is generated within the same Backend Host.
|
java.lang.String getEventType()
java.lang.Object getEventData()
null if there is no such data.boolean isSourceLocal()
java.lang.String getSourceHostId()
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.