AWTEventMulticaster.remove

AWTEventMulticaster.remove

Class Overview | Class Members | This Package | All Packages

Syntax 1
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.



Syntax 2
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.



Syntax 3
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.



Syntax 4
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.



Syntax 5
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.



Syntax 6
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.



Syntax 7
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.



Syntax 8
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.



Syntax 9
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.



Syntax 10
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.



Syntax 11
public static TextListener remove( TextListener l, TextListener oldl )