removeStatusListener abstract method

void removeStatusListener(
  1. AnimationStatusListener listener
)

Stops calling the listener every time the status of the animation changes.

If listener is not currently registered as a status listener, this method does nothing.

Listeners can be added with addStatusListener.

Implementation

void removeStatusListener(AnimationStatusListener listener);