Class WindowCollapsedChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.tick42.glue.core.GlueEvent<Window>
-
- com.tick42.glue.desktop.windows.event.WindowEvent
-
- com.tick42.glue.desktop.windows.event.WindowCollapsedChangedEvent
-
- All Implemented Interfaces:
Serializable
public final class WindowCollapsedChangedEvent extends WindowEvent
Window collapsed changed event.- Since:
- 1.4.9
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWindowCollapsedChangedEvent.ListenerWindow collapsed changed event listener.-
Nested classes/interfaces inherited from class com.tick42.glue.core.GlueEvent
GlueEvent.Monitor, GlueEvent.Subscription<E>
-
-
Constructor Summary
Constructors Constructor Description WindowCollapsedChangedEvent(Window source, boolean collapsed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCollapsed()-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
WindowCollapsedChangedEvent
public WindowCollapsedChangedEvent(Window source, boolean collapsed)
-
-