com.jmex.bui.event
Class TextEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jmex.bui.event.BEvent
          extended by com.jmex.bui.event.TextEvent
All Implemented Interfaces:
Serializable

public class TextEvent
extends BEvent

Used to dispatch notifications of text changes in text components.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jmex.bui.event.BEvent
_when
 
Fields inherited from class java.util.EventObject
source
 
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.jmex.bui.event.BEvent
getWhen, toString, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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: BEvent
Instructs this event to notify the supplied listener if they implement an interface appropriate to this event.

Overrides:
dispatch in class BEvent

propagateUpHierarchy

public boolean propagateUpHierarchy()
Description copied from class: BEvent
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 BEvent


Copyright © 2008 Michael Bayne. All Rights Reserved.