jET
1.0alpha5


org.jet.sce
Interface ScenerySelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
BasicSceneryEditorUI.SelectionHandler

public interface ScenerySelectionListener
extends java.util.EventListener

Scenery selection listeners listenes to selection changes.

See Also:
ScenerySelectionModel, ScenerySelectionEvent

Method Summary
 void valueChanged(ScenerySelectionEvent event)
          Invoked when some changes have occured.
 

Method Detail

valueChanged

public void valueChanged(ScenerySelectionEvent event)
Invoked when some changes have occured.

Parameters:
event - Selection change event.

jET
1.0alpha5