Java Platform 1.2
Beta 4

Uses of Interface
java.awt.event.TextListener

Packages that use TextListener
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
 

Uses of TextListener in java.awt
 

Classes in java.awt that implement TextListener
  AWTEventMulticaster
          A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
 

Fields in java.awt declared as TextListener
protected  TextListener TextComponent.textListener
           
 

Methods in java.awt that return TextListener
static TextListener AWTEventMulticaster.add(TextListener a, TextListener b)
           
static TextListener AWTEventMulticaster.remove(TextListener l, TextListener oldl)
           
 

Methods in java.awt with parameters of type TextListener
 void TextComponent.addTextListener(TextListener l)
          Adds the specified text event listener to recieve text events from this textcomponent.
 void TextComponent.removeTextListener(TextListener l)
          Removes the specified text event listener so that it no longer receives text events from this textcomponent
static TextListener AWTEventMulticaster.add(TextListener a, TextListener b)
           
static TextListener AWTEventMulticaster.remove(TextListener l, TextListener oldl)
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.