ozodrukh / CircularReveal

Lollipop ViewAnimationUtils.createCircularReveal for everyone 4.0+
MIT License
2.43k stars 391 forks source link

Can you provide a SimpleAnimatorListener for SupportAnimator.AnimatorListener #33

Closed tounaobun closed 9 years ago

tounaobun commented 9 years ago
public abstract class SimpleAnimatorListener implements AnimatorListener {

    @Override
    public void onAnimationStart() {

    }

    @Override
    public void onAnimationEnd() {

    }

    @Override
    public void onAnimationCancel() {

    }

    @Override
    public void onAnimationRepeat() {

    }
}

which can simply code,cause sometimes I want to override part of the methods,not all of them.

ozodrukh commented 9 years ago

Please push me a pull request