Uses of Interface
System.EventHandler

Packages that use EventHandler
System   
 

Uses of EventHandler in System
 

Methods in System that return types with arguments of type EventHandler
 java.util.List<EventHandler<T>> Event.getHandlers()
          Gets a list of handlers that are attached to this event.
 

Methods in System with parameters of type EventHandler
 void Event.addHandler(EventHandler<T> handler)
          Adds a handler for this event
 void Event.removeHandler(EventHandler<T> handler)
          Removes the specified handler for this event