Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.awt.event
Class TextAdapter  view TextAdapter download TextAdapter.java

java.lang.Object
  extended bycom.flexstor.common.awt.event.TextAdapter
All Implemented Interfaces:
java.util.EventListener, FlexTextListener

public class TextAdapter
extends java.lang.Object
implements FlexTextListener


Constructor Summary
TextAdapter()
           
 
Method Summary
 void textValueChangeBegin(FlexTextEvent e)
           
 void textValueChangeEnd(FlexTextEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAdapter

public TextAdapter()
Method Detail

textValueChangeBegin

public void textValueChangeBegin(FlexTextEvent e)
Specified by:
textValueChangeBegin in interface FlexTextListener

textValueChangeEnd

public void textValueChangeEnd(FlexTextEvent e)
Specified by:
textValueChangeEnd in interface FlexTextListener