public class LifecycleEvent
extends javafx.event.Event
| Modifier and Type | Field | Description |
|---|---|---|
static javafx.event.EventType<LifecycleEvent> |
ANY |
Common supertype for all LifecycleEvent event types.
|
static javafx.event.EventType<LifecycleEvent> |
CLOSE_REQUEST |
This event is delivered to an object when there is
an external request to close/hide that object.
|
static javafx.event.EventType<LifecycleEvent> |
HIDDEN |
This event happens just after the object is hidden.
|
static javafx.event.EventType<LifecycleEvent> |
HIDING |
This event happens just before the object is hidden.
|
static javafx.event.EventType<LifecycleEvent> |
SHOWING |
This event happens just before the object is shown
|
static javafx.event.EventType<LifecycleEvent> |
SHOWN |
This event happens just after the object is shown.
|
| Constructor | Description |
|---|---|
LifecycleEvent(javafx.event.EventTarget sourceAndTarget,
javafx.event.EventType<? extends javafx.event.Event> eventType) |
public static final javafx.event.EventType<LifecycleEvent> ANY
public static final javafx.event.EventType<LifecycleEvent> SHOWING
public static final javafx.event.EventType<LifecycleEvent> SHOWN
public static final javafx.event.EventType<LifecycleEvent> HIDING
public static final javafx.event.EventType<LifecycleEvent> HIDDEN
public static final javafx.event.EventType<LifecycleEvent> CLOSE_REQUEST