camera3d
Interface SelectionChangeListener

All Known Implementing Classes:
GUIControl, ViewportsEventHandler

public interface SelectionChangeListener

Interface that should be implemented by objects interested in getting notified when changes are made to the list of scene objects which are selected.

Version:
1.0
Author:
Fábio Roberto de Miranda, Carlos da Silva dos Santos
See Also:
SelectionList, SelectionChangedEvent

Method Summary
 void selectionChanged(SelectionChangedEvent event)
          Method called when one or more scene objects have their selected state changed.
 

Method Detail

selectionChanged

public void selectionChanged(SelectionChangedEvent event)
Method called when one or more scene objects have their selected state changed.

Parameters:
event - Contains information about the change in selection.


Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.