de.jreality.ui.viewerapp
Class Navigator.SelectionListener

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

public abstract static class Navigator.SelectionListener
extends Object
implements TreeSelectionListener


Constructor Summary
Navigator.SelectionListener()
           
 
Method Summary
abstract  void selectionChanged(Navigator.SelectionEvent e)
           
 void valueChanged(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(TreeSelectionEvent e)
Specified by:
valueChanged in interface TreeSelectionListener