FileDocCategorySizeDatePackage
ViewPropertyAnimatorListenerAdapter.javaAPI DocAndroid 5.1 API1384Thu Mar 12 22:22:56 GMT 2015android.support.v4.view

ViewPropertyAnimatorListenerAdapter

public class ViewPropertyAnimatorListenerAdapter extends Object implements ViewPropertyAnimatorListener
This adapter class provides empty implementations of the methods from {@link ViewPropertyAnimatorListener}. Any custom listener that cares only about a subset of the methods of this listener can simply subclass this adapter class instead of implementing the interface directly.

Fields Summary
Constructors Summary
Methods Summary
public voidonAnimationCancel(android.view.View view)
{@inheritDoc}

    
public voidonAnimationEnd(android.view.View view)
{@inheritDoc}

    
public voidonAnimationStart(android.view.View view)
{@inheritDoc}