Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

ExpectAnim listener method add removal may be more appropriate? #40

Open
976112643 opened this issue May 30, 2018 · 0 comments
Open

ExpectAnim listener method add removal may be more appropriate? #40

976112643 opened this issue May 30, 2018 · 0 comments

Comments

@976112643
Copy link

ExpectAnim listener method add removal may be more appropriate?
ExpectAnim Listener 或许加上对应的移除方法更合适
Like this :

  public ExpectAnim removeEndListener(AnimationEndListener listener) {
        this.endListeners.remove(listener);
        return this;
    }

    public ExpectAnim removeStartListener(AnimationStartListener listener) {
        this.startListeners.remove(listener);
        return this;
    }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant