com.droplets.api.event
Interface ItemListener


public interface ItemListener

The interface for receiving ItemEvents. Classes that are interested in event notifications for ItemSelectable objects should implement this interface and register themselves using ItemSelectable.addItemListener(ItemListener). When the state of the ItemSelectable object changes, this object's itemStateChanged(ItemEvent) method is called.


Method Summary
 void itemStateChanged(ItemEvent e)
          Interface for receiving events from ItemSelectable objects such as CheckboxMenuItems.
 

Method Detail

itemStateChanged

public void itemStateChanged(ItemEvent e)
Interface for receiving events from ItemSelectable objects such as CheckboxMenuItems.
Parameters:
e - event object containing information about the item state change.


Copyright © Droplets, 2001. All Rights Reserved.