Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created April 2, 2019 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frogermcs/810bdcb92d91d40483e38e257741b5e8 to your computer and use it in GitHub Desktop.
Save frogermcs/810bdcb92d91d40483e38e257741b5e8 to your computer and use it in GitHub Desktop.
public class SimpleObserver<T> implements Observer<T> {
///...
@Override
public void onError(Throwable e) {
view.showGeneralErrorPopup();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment