public class Event
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Base class for FX events. Each FX event has associated an event source, event target and an event type. The event source specifies for an event handler the object on which that handler has been registered and which sent the event to it. The event target defines the path through which the event will travel when posted. The event type provides additional classification to events of the same Event class.

extends EventObject implements Cloneable

Since:  JavaFX 2.0