Class WindowLayoutEvent
- 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.WindowLayoutEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WindowHibernateEvent,WindowResumedEvent
public abstract class WindowLayoutEvent extends WindowEvent
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.tick42.glue.desktop.windows.event.WindowEvent
WindowEvent.Listener<E extends WindowEvent>
-
Nested classes/interfaces inherited from class com.tick42.glue.core.GlueEvent
GlueEvent.Monitor, GlueEvent.Subscription<E>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLayout()Map<String,Object>getMeta()-
Methods inherited from class java.util.EventObject
toString
-
-