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 newEventListenerproxy instance.- Parameters:
listener- the listener wrapped by this proxy.
-
-
Method Details
-
getListener
Returns the wrappedEventListener.- Returns:
- the wrapped
EventListener.
-