All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface edu.cmu.owl.ui.threeD.ViewerPositionChangedEventListener

public interface interface ViewerPositionChangedEventListener
This interface defines listeners to this event.

Version:
$Id:$
See Also:
ViewerPositionChangedEvent

Method Index

 o positionChanged(float, float, float)
This event is triggered when the view within the VRML browser changes.

Methods

 o positionChanged
 public abstract void positionChanged(float newX,
                                      float newY,
                                      float newZ)
This event is triggered when the view within the VRML browser changes.


All Packages  Class Hierarchy  This Package  Previous  Next  Index