Class DefaultNavigationManager

java.lang.Object
org.xj3d.impl.core.eventmodel.DefaultNavigationManager
All Implemented Interfaces:
NavigationStateListener, NavigationManager

public class DefaultNavigationManager extends Object implements NavigationManager, NavigationStateListener
An abstract representation of a class that would be responsible for performing Viewpoint management.

This interface represents a further abstracted view of viewpoint management handling beyond the BrowserCore. This gives you all the handling that is normally seen at a user interface level. You should use one or the other, but not both as implementations of this class will also interact with BrowserCore.

Note: This code does not current handle the navigation info nodes. It only deals with the string type list as that is all we currently have available from the browser internals.

Version:
$Revision: 1.3 $
Author:
Justin Couch