| java.lang.Object | |
| ↳ | android.support.wearable.view.SimpleAnimatorListener | 
Convenience class for listening for Animator events that implements the AnimatorListener interface and allows extending only methods that are necessary.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          Called when the animation finishes.
          
    
         | |||||||||||
| 
          Provides information if the animation was cancelled.
          
    
         | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  android.animation.Animator.AnimatorListener | |||||||||||
Called when the animation finishes. Not called if the animation was canceled.
Provides information if the animation was cancelled.