java.util
public abstract class EventListenerProxy extends Object implements EventListener
Since: 1.4
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
EventListenerProxy(EventListener listener)
Construct a proxy event listener, given an existing one to augment.
|
Method Summary | |
---|---|
EventListener | getListener()
Return the wrapped event listener.
|
Parameters: listener the listener to wrap
Returns: the listener associated with this proxy