Added Methods |
MouseWheelListener add(MouseWheelListener, MouseWheelListener)
|
Adds mouse-wheel-listener-a with mouse-wheel-listener-b and returns the resulting multicast listener. |
WindowFocusListener add(WindowFocusListener, WindowFocusListener)
|
Adds window-focus-listener-a with window-focus-listener-b and returns the resulting multicast listener. |
WindowStateListener add(WindowStateListener, WindowStateListener)
|
Adds window-state-listener-a with window-state-listener-b and returns the resulting multicast listener. |
EventListener[] getListeners(EventListener, Class)
|
Returns an array of all the objects chained as FooListener s by the specified java.util.EventListener . |
void mouseWheelMoved(MouseWheelEvent )
|
Handles the mouseWheelMoved event by invoking the mouseWheelMoved methods on listener-a and listener-b. |
MouseWheelListener remove(MouseWheelListener, MouseWheelListener)
|
Removes the old mouse-wheel-listener from mouse-wheel-listener-l and returns the resulting multicast listener. |
WindowFocusListener remove(WindowFocusListener, WindowFocusListener)
|
Removes the old window-focus-listener from window-focus-listener-l and returns the resulting multicast listener. |
WindowStateListener remove(WindowStateListener, WindowStateListener)
|
Removes the old window-state-listener from window-state-listener-l and returns the resulting multicast listener. |
void windowGainedFocus(WindowEvent )
|
Handles the windowGainedFocus event by invoking the windowGainedFocus methods on listener-a and listener-b. |
void windowLostFocus(WindowEvent )
|
Handles the windowLostFocus event by invoking the windowLostFocus methods on listener-a and listener-b. |
void windowStateChanged(WindowEvent )
|
Handles the windowStateChanged event by invoking the windowStateChanged methods on listener-a and listener-b. |