public class ActionEvent
extends javafx.event.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionEvent.ActionType
The type
|
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<ActionEvent> |
ACTION
Event type
|
ActionEvent.ActionType |
type
The type
|
| Constructor and Description |
|---|
ActionEvent(java.lang.Object source,
javafx.event.EventTarget target,
ActionEvent.ActionType type)
Create a new action event
|
public static final javafx.event.EventType<ActionEvent> ACTION
public final ActionEvent.ActionType type
public ActionEvent(java.lang.Object source,
javafx.event.EventTarget target,
ActionEvent.ActionType type)
source - the sourcetarget - the targettype - the type