java.util
Class EventListenerProxy
java.lang.Object
|
+--java.util.EventListenerProxy
All Implemented Interfaces:
EventListener
An abstract wrapper for event listeners. This allows subclasses to
attach additional parameters to an existing event listener to create
a new one. Subclasses are expected to add methods to set and retrieve
any attached properties.
Since:Author:- Eric Blake <ebb9@email.byu.edu>
EventListenerProxy
public EventListenerProxy(java.util.EventListener listener)
Construct a proxy event listener, given an existing one to augment.
Parameters:
getListener
public EventListener getListener()
Return the wrapped event listener.
Returns:
- the listener associated with this proxy