jwo.landserf.gui3d
Interface CameraListener

All Known Implementing Classes:
GUI3d

public interface CameraListener

Interface for classes wishing to be informed of changes in camera viwing properties (position, field of view, direction etc.).

Version:
2.1, 1st September, 2003
Author:
Jo Wood

Method Summary
 void cameraChanged(Camera camera)
          Identifies a change to one or more of the camera's properties.
 void routeFinished()
          Identifies when a route has finished naturally.
 

Method Detail

cameraChanged

public void cameraChanged(Camera camera)
Identifies a change to one or more of the camera's properties.

Parameters:
camera - Camera containing changed properties.

routeFinished

public void routeFinished()
Identifies when a route has finished naturally.



Copyright Jo Wood, 1996-2004, last modified, 3rd September, 2004