net.sourceforge.atunes.kernel.controllers.navigation.listeners
Class NavigationTreeSelectionListener

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.navigation.listeners.NavigationTreeSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.TreeSelectionListener

public class NavigationTreeSelectionListener
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener

The listener interface for receiving navigationTreeSelection events.


Constructor Summary
NavigationTreeSelectionListener(NavigationController controller, NavigationPanel panel)
          Instantiates a new navigation tree selection listener.
 
Method Summary
 void valueChanged(javax.swing.event.TreeSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationTreeSelectionListener

public NavigationTreeSelectionListener(NavigationController controller,
                                       NavigationPanel panel)
Instantiates a new navigation tree selection listener.

Parameters:
controller - the controller
panel - the panel
Method Detail

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.