Module javafx.base
Package javafx.event

Class ActionEvent

java.lang.Object
java.util.EventObject
javafx.event.Event
javafx.event.ActionEvent
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
MediaMarkerEvent

public class ActionEvent extends Event
An Event representing some type of action. This event type is widely used to represent a variety of things, such as when a Button has been fired, when a KeyFrame has finished, and other such usages.
Since:
JavaFX 2.0
See Also: