public class Event extends java.lang.Object implements CustomGeneratedEvent
| Modifier and Type | Field and Description |
|---|---|
EventType |
eventType |
private static long |
serialVersionUID |
long |
time |
| Constructor and Description |
|---|
Event(long time,
EventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
long |
getTime() |
private static final long serialVersionUID
public final long time
public final EventType eventType
public long getTime()
getTime in interface CustomGeneratedEventpublic java.lang.Object clone()
clone in interface CloneableSerializableclone in class java.lang.Object