public interface Event<E extends Event>
The base Event.
abstract EventType<E>
getType()
abstract Date
getDate()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@NonNull() abstract EventType<E> getType()
The Type of the Event.
The EventType. (NonNull)
@NonNull() abstract Date getDate()
The Date when the event occurred.
The date. (NonNull)