java.awt.event
public class AWTEventListenerProxy extends EventListenerProxy implements AWTEventListener
Since: 1.4
See Also: Toolkit EventListenerProxy
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
AWTEventListenerProxy(long eventMask, AWTEventListener listener)
Construct an AWT Event Listener which only listens to events in the given
mask, passing the work on to the real listener.
|
Method Summary | |
---|---|
void | eventDispatched(AWTEvent event)
Forwards events on to the delegate.
|
long | getEventMask()
This returns the event mask associated with this listener.
|
Parameters: eventMask the mask of events to listen to listener the wrapped listener
Parameters: event the to forward to the delagate listener
Throws: NullPointerException if the delegate this was created with is null
Returns: the event mask