java.util
Class EventListenerProxy

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

public abstract class EventListenerProxy
extends java.lang.Object
implements EventListener

This abstract class provides a simple wrapper to types of EventListener.


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

Constructor Detail

EventListenerProxy

public EventListenerProxy(EventListener listener)
Parameters:
listener -
Method Detail

getListener

public EventListener getListener()