ca.bc.webarts.widgets
Class JCheckDropDown.ListListener

java.lang.Object
  extended byca.bc.webarts.widgets.JCheckDropDown.ListListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListDataListener
Enclosing class:
JCheckDropDown

class JCheckDropDown.ListListener
extends java.lang.Object
implements javax.swing.event.ListDataListener

Description of the Class

Author:
Tom Gutwin P.Eng

Constructor Summary
(package private) JCheckDropDown.ListListener()
           
 
Method Summary
 void contentsChanged(javax.swing.event.ListDataEvent e)
          Description of the Method
 void intervalAdded(javax.swing.event.ListDataEvent e)
          Description of the Method
 void intervalRemoved(javax.swing.event.ListDataEvent e)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCheckDropDown.ListListener

JCheckDropDown.ListListener()
Method Detail

contentsChanged

public void contentsChanged(javax.swing.event.ListDataEvent e)
Description of the Method

Specified by:
contentsChanged in interface javax.swing.event.ListDataListener
Parameters:
e - Description of Parameter

intervalAdded

public void intervalAdded(javax.swing.event.ListDataEvent e)
Description of the Method

Specified by:
intervalAdded in interface javax.swing.event.ListDataListener
Parameters:
e - Description of Parameter

intervalRemoved

public void intervalRemoved(javax.swing.event.ListDataEvent e)
Description of the Method

Specified by:
intervalRemoved in interface javax.swing.event.ListDataListener
Parameters:
e - Description of Parameter