qflib 0.99

de.qfs.lib.option
Class TreeOptionGroup.Listener

java.lang.Object
  extended byde.qfs.lib.gui.DelayedTreeSelectionListener
      extended byde.qfs.lib.option.TreeOptionGroup.Listener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.TreeSelectionListener
Enclosing class:
TreeOptionGroup

protected class TreeOptionGroup.Listener
extends DelayedTreeSelectionListener

Delayed listener for changes in the tree selection.


Field Summary
 
Fields inherited from class de.qfs.lib.gui.DelayedTreeSelectionListener
DEFAULT_DELAY
 
Constructor Summary
protected TreeOptionGroup.Listener()
           
 
Method Summary
 void delayedValueChanged(javax.swing.event.TreeSelectionEvent e)
          Notify the listener of a change in the selection.
 
Methods inherited from class de.qfs.lib.gui.DelayedTreeSelectionListener
valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeOptionGroup.Listener

protected TreeOptionGroup.Listener()
Method Detail

delayedValueChanged

public void delayedValueChanged(javax.swing.event.TreeSelectionEvent e)
Notify the listener of a change in the selection.

Specified by:
delayedValueChanged in class DelayedTreeSelectionListener
Parameters:
e - The event containing the details.

qflib 0.99