com.threerings.opengl.gui.event
Class ChangeEvent
java.lang.Object
java.util.EventObject
com.threerings.opengl.gui.event.Event
com.threerings.opengl.gui.event.ChangeEvent
- All Implemented Interfaces:
- Serializable
public class ChangeEvent
- extends Event
Generated when a model is changed.
- See Also:
- Serialized Form
|
Method Summary |
boolean |
propagateUpHierarchy()
Returns true if this event should be propagated up the interface
hierarchy (input events) or false if it should be considered processed
once it is dispatched on its originating component (derivative events
like action or text events). |
ChangeEvent
public ChangeEvent(Object source)
propagateUpHierarchy
public boolean propagateUpHierarchy()
- Description copied from class:
Event
- Returns true if this event should be propagated up the interface
hierarchy (input events) or false if it should be considered processed
once it is dispatched on its originating component (derivative events
like action or text events).
- Overrides:
propagateUpHierarchy in class Event
Copyright © 2011. All Rights Reserved.