Class WindowEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.tick42.glue.core.GlueEvent<Window>
-
- com.tick42.glue.desktop.windows.event.WindowEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WindowBoundsChangedEvent,WindowChannelChangedEvent,WindowCollapsedChangedEvent,WindowContextUpdatedEvent,WindowFocusChangedEvent,WindowFrameButtonClickedEvent,WindowLayoutEvent,WindowStateChangedEvent,WindowTitleChangedEvent,WindowVisibilityChangedEvent
public abstract class WindowEvent extends GlueEvent<Window>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWindowEvent.Listener<E extends WindowEvent>-
Nested classes/interfaces inherited from class com.tick42.glue.core.GlueEvent
GlueEvent.Monitor, GlueEvent.Subscription<E>
-
-