sdl.test.gui
Class GUIHierarchyChangedEvent
java.lang.Object
|
+--sdl.event.SDLCustomEvent
|
+--sdl.event.SDLUserEvent
|
+--sdl.test.gui.GUIComponentEvent
|
+--sdl.test.gui.GUIHierarchyChangedEvent
- public class GUIHierarchyChangedEvent
- extends GUIComponentEvent
for gui demo - unfinished, Used to notify components they have been
added to a parents container.
Fields inherited from class sdl.event.SDLCustomEvent |
m_HandleSDLEvent, m_Type |
Methods inherited from class sdl.event.SDLUserEvent |
finalize, getNativeHandleSDLEvent, init |
Methods inherited from class sdl.event.SDLCustomEvent |
freeEvent, getType, setType |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ADDED_BY_PARENT
public static final int ADDED_BY_PARENT
- See Also:
- Constant Field Values
GUIHierarchyChangedEvent
public GUIHierarchyChangedEvent(int type,
GUIComponent eventSource)
getEventType
public int getEventType()
toString
public java.lang.String toString()
- Overrides:
toString
in class GUIComponentEvent