Interface NavigationManager

All Known Implementing Classes:
DefaultNavigationManager

public interface NavigationManager
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.

Version:
$Revision: 1.3 $
Author:
Alan Hudson