public abstract class EventListenerProxy extends Object implements EventListener
EventListener.| Constructor and Description |
|---|
EventListenerProxy(EventListener listener)
Creates a new
EventListener proxy instance. |
| Modifier and Type | Method and Description |
|---|---|
EventListener |
getListener()
Returns the wrapped
EventListener. |
public EventListenerProxy(EventListener listener)
EventListener proxy instance.listener - the listener wrapped by this proxy.public EventListener getListener()
EventListener.EventListener.