Interface FlyPathBehavior.Callback
- All Known Implementing Classes:
FlythruRender
- Enclosing class:
FlyPathBehavior
public static interface FlyPathBehavior.Callback
Instances which want to be notified of updates to this behavior should implement this interface by providing the
viewChanged method implementation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidviewChanged(FlyPathBehavior kBehavior, int iEvent) DOCUMENT ME!
-
Method Details
-
viewChanged
DOCUMENT ME!- 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.
-