Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring for Listener definition #9

Open
KeithYokoma opened this issue Jul 30, 2014 · 2 comments
Open

Refactoring for Listener definition #9

KeithYokoma opened this issue Jul 30, 2014 · 2 comments

Comments

@KeithYokoma
Copy link
Contributor

OnPickedColorListener と OnCancelPickColorListener の 2 つを個別に DialogFragment の中で管理するのは煩雑なので、インタフェースを一つにする。

@KeithYokoma
Copy link
Contributor Author

interface ColorPickerCallback

  • void onPickColor
  • void onCancel

class SimpleColorPickerCallback implements ColorPickerCallback

@sakuna63
Copy link
Contributor

対応します

sakuna63 added a commit that referenced this issue Aug 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants