| Modifier and Type | Method and Description |
|---|---|
Date |
getDate()
This is the same as getTimestamp, but returns a Date
object instead
|
T |
getObject()
Returns this event's actual object
|
long |
getTimestamp()
Returns the timestamp from this event
|
String |
toString() |
public EventImpl(long timestamp,
T object)
public long getTimestamp()
EventgetTimestamp in interface Event<T>public T getObject()
Eventpublic Date getDate()
EventCopyright © 2020. All rights reserved.