Checkbox.removeItemListener
Class Overview | Class Members |
This Package |
All Packages
public synchronized void removeItemListener( ItemListener l )
Parameters
- l
- the item listener.
Description
Removes the specified item listener so that the item listener
no longer receives item events from this check box.
See Also
ItemEvent, ItemListener, addItemListener