Node.LifecycleListener

public static interface Node.LifecycleListener
Known Indirect Subclasses
BaseTransformationController <T extends  BaseGesture <T>> Manipulates the transform properties (i.e. 
RotationController Manipulates the rotation of a BaseTransformableNode using a TwistGestureRecognizer
ScaleController Manipulates the Scale of a BaseTransformableNode using a Pinch PinchGestureRecognizer
TranslationController Manipulates the position of a BaseTransformableNode using a DragGestureRecognizer

Interface definition for callbacks to be invoked when node lifecycle events occur.

Public Methods

abstract void
onActivated ( Node node)
Notifies the listener that onActivate() was called.
abstract void
onDeactivated ( Node node)
Notifies the listener that onDeactivate() was called.
abstract void
onUpdated ( Node node, FrameTime frameTime)
Notifies the listener that onUpdate(FrameTime) was called.

Public Methods

public abstract void onActivated ( Node node)

Notifies the listener that onActivate() was called.

Parameters
node
the node that was activated

public abstract void onDeactivated ( Node node)

Notifies the listener that onDeactivate() was called.

Parameters
node
the node that was deactivated

public abstract void onUpdated ( Node node, FrameTime frameTime)

Notifies the listener that onUpdate(FrameTime) was called.

Parameters
node the node that was updated
frameTime provides time information for the current frame
Create a Mobile Website
View Site in Mobile | Classic
Share by: