java.util
Class EventListenerProxy

java.lang.Object
  extended by java.util.EventListenerProxy
All Implemented Interfaces:
EventListener


public class EventListenerProxy
extends Object
implements EventListener

Standard Java class.

Compliance: J2SE: 1.4 complete


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

Constructor Detail

EventListenerProxy

public EventListenerProxy(EventListener listener)
Method Detail

getListener

public EventListener getListener()