|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NavigationStateListener
A listener interface used to communicate changes in the navigation state from one handler to another.
| Field Summary |
|---|
| Fields inherited from interface org.j3d.ui.navigation.NavigationState |
|---|
EXAMINE_STATE, FLY_STATE, LOOKAT_STATE, NO_STATE, PAN_STATE, TILT_STATE, WALK_STATE |
| Method Summary | |
|---|---|
int |
getNavigationState()
Callback to ask the listener what navigation state it thinks it is in. |
void |
setNavigationState(int state)
Notification that the panning state has changed to the new state. |
| Method Detail |
|---|
void setNavigationState(int state)
state - One of the state values declared hereint getNavigationState()
|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||