java.util
Class EventListenerProxy
java.lang.Object
java.util.EventListenerProxy
- All Implemented Interfaces:
- EventListener
public abstract class EventListenerProxy
- extends Object
- implements EventListener
This abstract class provides a simple wrapper to types of EventListener.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventListenerProxy
public EventListenerProxy(EventListener listener)
- Parameters:
listener -
getListener
public EventListener getListener()
Please submit a feedback, bug or feature