Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

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 is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 219 specification.