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

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

public class NavigationTabbedPaneChangeListener
extends java.lang.Object
implements javax.swing.event.ChangeListener

edited by redbrain sets the download podcast entry button enabled to false unless your in the podcast view so you can't cause errors but trying to download something thats in your repos or somthing.


Constructor Summary
NavigationTabbedPaneChangeListener(NavigationController controller, NavigationPanel panel)
          Instantiates a new navigation tabbed pane change listener.
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationTabbedPaneChangeListener

public NavigationTabbedPaneChangeListener(NavigationController controller,
                                          NavigationPanel panel)
Instantiates a new navigation tabbed pane change listener.

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

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener


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