public abstract class AbstractEvent extends java.lang.Object implements Event
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
instanceId |
protected long |
timestamp |
| Constructor and Description |
|---|
AbstractEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInstanceId() |
long |
getTimestamp() |
public long getTimestamp()
getTimestamp in interface Eventpublic java.lang.String getInstanceId()