| Constructor and Description |
|---|
BasicEvent(String name) |
BasicEvent(String name,
EventType eventType,
String sendId,
URI origin,
String originType,
String invokeId,
Object data) |
BasicEvent(String name,
Object data) |
BasicEvent(String name,
Object data,
String invokeId) |
| Modifier and Type | Method and Description |
|---|---|
static Event |
createPlatforEvent(String eventName,
URI origin,
Object data) |
boolean |
equals(Object obj) |
<T> T |
getData() |
String |
getInvokeId() |
String |
getName() |
URI |
getOrigin() |
String |
getOriginType() |
String |
getSendId() |
EventType |
getType() |
int |
hashCode() |
String |
toString() |
public BasicEvent(String name)
public static Event createPlatforEvent(String eventName, URI origin, Object data)
public String getInvokeId()
getInvokeId in interface Eventpublic String getOriginType()
getOriginType in interface EventCopyright © 2015. All rights reserved.