qflib 0.98.1

de.qfs.lib.option
Class TreeOptionGroup.Listener

java.lang.Object
  |
  +--de.qfs.lib.gui.DelayedTreeSelectionListener
        |
        +--de.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.


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.
Overrides:
delayedValueChanged in class DelayedTreeSelectionListener
Parameters:
e - The event containing the details.

qflib 0.98.1