Foundation 1.1.2

Uses of Interface
java.util.EventListener

Packages that use EventListener
java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). 
 

Uses of EventListener in java.util
 

Classes in java.util that implement EventListener
 class EventListenerProxy
          An abstract wrapper class for an EventListener class which associates a set of additional parameters with the listener.
 

Methods in java.util that return EventListener
 EventListener EventListenerProxy.getListener()
           
 

Constructors in java.util with parameters of type EventListener
EventListenerProxy(EventListener listener)
           
 


Foundation 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.