All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jclass.bwt.JCTextListener

public interface JCTextListener
extends JCEventListener
The listener interface for receiving value change events from JCTextComponents.

See Also:
addTextListener, JCTextEvent

Method Index

 o textValueChangeBegin(JCTextEvent)
Invoked before the field's value is changed.
 o textValueChangeEnd(JCTextEvent)
Invoked after the field's value is changed.

Methods

 o textValueChangeBegin
 public abstract void textValueChangeBegin(JCTextEvent e)
Invoked before the field's value is changed. The event's values can be modified via its setXXX methods.

 o textValueChangeEnd
 public abstract void textValueChangeEnd(JCTextEvent e)
Invoked after the field's value is changed. Any changes made to the event are ignored.


All Packages  Class Hierarchy  This Package  Previous  Next  Index