de.jreality.ui.viewerapp
Class Navigator.SelectionListener

java.lang.Object
  extended by de.jreality.ui.viewerapp.Navigator.SelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.TreeSelectionListener
Enclosing class:
Navigator

public abstract static class Navigator.SelectionListener
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener


Constructor Summary
Navigator.SelectionListener()
           
 
Method Summary
abstract  void selectionChanged(Navigator.SelectionEvent e)
           
 void valueChanged(javax.swing.event.TreeSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Navigator.SelectionListener

public Navigator.SelectionListener()
Method Detail

selectionChanged

public abstract void selectionChanged(Navigator.SelectionEvent e)

valueChanged

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