Skip to content

Instantly share code, notes, and snippets.

@mindwing
Created June 8, 2016 05:20
Show Gist options
  • Save mindwing/d248c34e70241a51a383fd804bb13298 to your computer and use it in GitHub Desktop.
Save mindwing/d248c34e70241a51a383fd804bb13298 to your computer and use it in GitHub Desktop.
Agera Explained - 07.Custom observables
public class ViewClickedObservable extends BaseObservable
implements View.OnClickListener {
@Override
public void onClick(View v) {
dispatchUpdate();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment