public interface Event
| Modifier and Type | Method and Description |
|---|---|
long |
getCreationTime()
Gets the time (in milliseconds) this event has been created.
|
java.net.URI[] |
getEventManager()
Gets the
URI of the event manager of the event source that
produced this event. |
java.lang.String |
getEventType()
Gets the type of this event.
|
long |
getID()
Gets the ID for this event that is set consecutively for all events of the
same type produced by the same event source.
|
java.lang.String |
getSourceID()
Gets the ID of the source of this event.
|
java.lang.String |
getSourceType()
Gets the type of the source of this event.
|
long getID()
java.net.URI[] getEventManager()
URI of the event manager of the event source that
produced this event.URI of the event manager of the event source that
produced this event.java.lang.String getEventType()
java.lang.String getSourceType()
java.lang.String getSourceID()
long getCreationTime()
System.currentTimeMillis()