AWTEventMulticaster.remove
Class Overview | Class Members |
This Package |
All Packages
public static ComponentListener remove( ComponentListener l,
ComponentListener oldl )
Parameters
- l
- component-listener-l
- oldl
- the component-listener being removed
Description
Removes the old component-listener from component-listener-l and
returns the resulting multicast listener.
public static ContainerListener remove( ContainerListener l,
ContainerListener oldl )
Parameters
- l
- container-listener-l
- oldl
- the container-listener being removed
Description
Removes the old container-listener from container-listener-l and
returns the resulting multicast listener.
public static FocusListener remove( FocusListener l,
FocusListener oldl )
Parameters
- l
- focus-listener-l
- oldl
- the focus-listener being removed
Description
Removes the old focus-listener from focus-listener-l and
returns the resulting multicast listener.
public static KeyListener remove( KeyListener l,
KeyListener oldl )
Parameters
- l
- key-listener-l
- oldl
- the key-listener being removed
Description
Removes the old key-listener from key-listener-l and
returns the resulting multicast listener.
public static MouseListener remove( MouseListener l,
MouseListener oldl )
Parameters
- l
- mouse-listener-l
- oldl
- the mouse-listener being removed
Description
Removes the old mouse-listener from mouse-listener-l and
returns the resulting multicast listener.
public static MouseMotionListener remove( MouseMotionListener l,
MouseMotionListener oldl )
Parameters
- l
- mouse-motion-listener-l
- oldl
- the mouse-motion-listener being removed
Description
Removes the old mouse-motion-listener from mouse-motion-listener-l
and returns the resulting multicast listener.
public static WindowListener remove( WindowListener l,
WindowListener oldl )
Parameters
- l
- window-listener-l
- oldl
- the window-listener being removed
Description
Removes the old window-listener from window-listener-l and
returns the resulting multicast listener.
public static ActionListener remove( ActionListener l,
ActionListener oldl )
Parameters
- l
- action-listener-l
- oldl
- the action-listener being removed
Description
Removes the old action-listener from action-listener-l and
returns the resulting multicast listener.
public static ItemListener remove( ItemListener l,
ItemListener oldl )
Parameters
- l
- item-listener-l
- oldl
- the item-listener being removed
Description
Removes the old item-listener from item-listener-l and
returns the resulting multicast listener.
public static AdjustmentListener remove( AdjustmentListener l,
AdjustmentListener oldl )
Parameters
- l
- adjustment-listener-l
- oldl
- the adjustment-listener being removed
Description
Removes the old adjustment-listener from adjustment-listener-l and
returns the resulting multicast listener.
public static TextListener remove( TextListener l,
TextListener oldl )