Class EventListenerProxy
java.lang.Object
java.util.EventListenerProxy
- All Implemented Interfaces:
EventListener
This abstract class provides a simple wrapper for objects of type
EventListener.-
Constructor Summary
ConstructorsConstructorDescriptionEventListenerProxy(EventListener listener) Creates a newEventListenerproxy instance. -
Method Summary
-
Constructor Details
-
EventListenerProxy
Creates a new
EventListenerproxy instance.Parameters
listener: the listener wrapped by this proxy.
-
-
Method Details
-
getListener
Returns the wrapped
EventListener.Returns
the wrapped
EventListener.
-