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.2, 1st September, 2003
Author:
Jo Wood

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

Method Detail

cameraChanged

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

Parameters:
camera - Camera containing changed properties.

routeFinished

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



Copyright Jo Wood, 1996-2005, last modified, 11th March, 2005