j3d.org Code

org.j3d.ui.navigation
Interface ViewpointSelectionListener


public interface ViewpointSelectionListener

A listener interface used to communicate changes in the navigation state from one handler to another.

Version:
$Revision: 1.1 $
Author:
Justin Couch

Method Summary
 void viewpointSelected(ViewpointData vp)
          A new viewpoint has been selected and this is it.
 

Method Detail

viewpointSelected

void viewpointSelected(ViewpointData vp)
A new viewpoint has been selected and this is it. Move to this viewpoint location according to the requested means.

Parameters:
vp - The new viewpoint to use

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org