Skip to content

Instantly share code, notes, and snippets.

@brettfazio
Last active May 20, 2020 22:25
Show Gist options
  • Select an option

  • Save brettfazio/3b63114d7e6fbbb08476e7d81ae82dcf to your computer and use it in GitHub Desktop.

Select an option

Save brettfazio/3b63114d7e6fbbb08476e7d81ae82dcf to your computer and use it in GitHub Desktop.
public interface LogInListener {
void logInSuccess(String email, String password);
void logInFailure(Exception exception, String email, String password);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment