yu.ac.bg.etf.javaqx.qswing.events
Interface TreeSelectionListener

All Superinterfaces:
java.util.EventListener

public interface TreeSelectionListener
extends java.util.EventListener

Tree Selection Listener.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Method Summary
 void valueChanged(TreeSelectionEvent event)
          Notifies listener that tree selection have changed.
 

Method Detail

valueChanged

public void valueChanged(TreeSelectionEvent event)
Notifies listener that tree selection have changed.

Parameters:
event - the tree selection event


Copyright © 2007 ETF and contributors. All Rights Reserved.