Class DialogEvent

java.lang.Object
java.util.EventObject
javafx.event.Event
javafx.scene.control.DialogEvent
All Implemented Interfaces:
Serializable, Cloneable

public class DialogEvent extends Event
Event related to dialog showing/hiding actions. In particular, this event is used exclusively by the following methods:
Since:
JavaFX 8u40
See Also: