com.threerings.opengl.gui.event
Class TextEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.threerings.opengl.gui.event.Event
          extended by com.threerings.opengl.gui.event.TextEvent
All Implemented Interfaces:
Serializable

public class TextEvent
extends Event

Used to dispatch notifications of text changes in text components.

See Also:
Serialized Form

Constructor Summary
TextEvent(Object source, long when)
           
 
Method Summary
 void dispatch(ComponentListener listener)
          Instructs this event to notify the supplied listener if they implement an interface appropriate to this event.
 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).
 
Methods inherited from class com.threerings.opengl.gui.event.Event
consume, getWhen, isConsumed, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextEvent

public TextEvent(Object source,
                 long when)
Method Detail

dispatch

public void dispatch(ComponentListener listener)
Description copied from class: Event
Instructs this event to notify the supplied listener if they implement an interface appropriate to this event.

Overrides:
dispatch in class Event

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.