insensa.view.dialogs.sensi
Class Location.NewSubfolderCheckBoxStateChange

java.lang.Object
  extended by insensa.view.dialogs.sensi.Location.NewSubfolderCheckBoxStateChange
All Implemented Interfaces:
java.awt.event.ItemListener, java.util.EventListener
Enclosing class:
Location

 class Location.NewSubfolderCheckBoxStateChange
extends java.lang.Object
implements java.awt.event.ItemListener


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

Constructor Detail

Location.NewSubfolderCheckBoxStateChange

Location.NewSubfolderCheckBoxStateChange()
Method Detail

itemStateChanged

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