java.util
Class EventListenerProxy

java.lang.Object
  |
  +--java.util.EventListenerProxy
All Implemented Interfaces:
EventListener

public abstract synchronized class EventListenerProxy
extends Object
implements EventListener


Constructor Summary
EventListenerProxy(EventListener)
           
 
Method Summary
 EventListener getListener()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

EventListenerProxy

public EventListenerProxy(EventListener)
Method Detail

getListener

public EventListener getListener()