(Omit source code)
super(scene, animName, listener); mAnimator = animator;
// nothing to be done.
// start the animation. This will send a message to the handler right away, so // the queue is filled when this method returns. mAnimator.start(); return Status.SUCCESS.createResult();