Interface NavigationBehavior.Callback
-
- All Known Implementing Classes:
VolumeTriPlanarRender
,VolumeTriPlanerRenderDTI
- Enclosing class:
- NavigationBehavior
public static interface NavigationBehavior.Callback
Instances which want to be notified of updates to this behavior should implement this interface by providing the viewChanged method implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
viewChanged(NavigationBehavior kBehavior, int iEvent)
ViewChanged callback for flythrough renderers.
-
-
-
Method Detail
-
viewChanged
void viewChanged(NavigationBehavior kBehavior, int iEvent)
ViewChanged callback for flythrough renderers.- Parameters:
kBehavior
- reference to this MjFlyPathBehavior in which the view changed.iEvent
- Bitmask identifies the event(s) which caused the view to change. Bitmask created from OR of EVENT_* defintions.
-
-