Class ItemAdapter

java.lang.Object
  |
  +--ItemAdapter

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

An adapter class for itemlistener


Constructor Summary
ItemAdapter()
           
 
Method Summary
 void itemStateChanged(java.awt.event.ItemEvent e)
          Override this method to respond to the change in the state of an item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemAdapter

public ItemAdapter()
Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Override this method to respond to the change in the state of an item
Specified by:
itemStateChanged in interface java.awt.event.ItemListener