Specifies an Event object with no associated information.
public static final Event EMPTY;
For events that are registered by an EventHandler delegate, Event.EMPTY is passed to the on<EventName> method when the event is triggered. This allows an Event object to be created once and reused each time the event is triggered.