public interface Event<T>
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
|
Copyright © 2020. All rights reserved.