Uses of Interface
java.util.EventListener

Packages that use EventListener
sunw.demo.encapsulatedEvents   
sunw.demo.test   
sunw.demo.transitional   
sunw.util   
 

Uses of EventListener in sunw.demo.encapsulatedEvents
 

Subinterfaces of EventListener in sunw.demo.encapsulatedEvents
 interface EncapsulatedEventListener
           This is the polymorphic/generic EventListener interface that arbitrary objects wishing to receive "encapsulated" events, from dynamically generated adaptors interposed on specific event sources, should implement.
 

Methods in sunw.demo.encapsulatedEvents with parameters of type EventListener
 void EncapsulatedEvent.deliverEvent(EventListener el)
           This method can be used to deliver the encapsulated event to an object that conforms to the EventListener sub-interface that the event originated from.
 

Uses of EventListener in sunw.demo.test
 

Subinterfaces of EventListener in sunw.demo.test
 interface BridgeTesterListener
           
 

Uses of EventListener in sunw.demo.transitional
 

Subinterfaces of EventListener in sunw.demo.transitional
 interface ButtonPushListener
          This interface describes the method that gets called when an OurButton gets pushed.
 

Classes in sunw.demo.transitional that implement EventListener
 class Flipper
           
 

Uses of EventListener in sunw.util
 

Subinterfaces of EventListener in sunw.util
 interface sunw.util.EventListener