org.gui
Class ComboBoxItemListener

java.lang.Object
  |
  +--org.gui.ComboBoxItemListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.ItemListener

public class ComboBoxItemListener
extends java.lang.Object
implements java.awt.event.ItemListener

Author:
Ghanshyam D Agarwal To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Method Summary
 void itemStateChanged(java.awt.event.ItemEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Specified by:
itemStateChanged in interface java.awt.event.ItemListener
See Also:
ItemListener.itemStateChanged(ItemEvent)