Overview | Methods | Fields | This Package | All Packages
Specifies an Event object with no associated information.
Syntax
public static final Event EMPTY;
Remarks
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.