Uses of Interface
com.nineoldandroids.animation.Animator.AnimatorListener

Packages that use Animator.AnimatorListener
com.nineoldandroids.animation   
com.nineoldandroids.view   
 

Uses of Animator.AnimatorListener in com.nineoldandroids.animation
 

Classes in com.nineoldandroids.animation that implement Animator.AnimatorListener
 class AnimatorListenerAdapter
          This adapter class provides empty implementations of the methods from Animator.AnimatorListener.
 

Methods in com.nineoldandroids.animation that return types with arguments of type Animator.AnimatorListener
 ArrayList<Animator.AnimatorListener> Animator.getListeners()
          Gets the set of Animator.AnimatorListener objects that are currently listening for events on this Animator object.
 

Methods in com.nineoldandroids.animation with parameters of type Animator.AnimatorListener
 void Animator.addListener(Animator.AnimatorListener listener)
          Adds a listener to the set of listeners that are sent events through the life of an animation, such as start, repeat, and end.
 void Animator.removeListener(Animator.AnimatorListener listener)
          Removes a listener from the set listening to this animation.
 

Uses of Animator.AnimatorListener in com.nineoldandroids.view
 

Methods in com.nineoldandroids.view with parameters of type Animator.AnimatorListener
abstract  ViewPropertyAnimator ViewPropertyAnimator.setListener(Animator.AnimatorListener listener)
          Sets a listener for events in the underlying Animators that run the property animations.
 



Copyright © 2011-2012 Jake Wharton. All Rights Reserved.