MCPcopy Index your code
hub / github.com/Leaking/WeGit / ErrorView

Interface ErrorView

app/src/main/java/com/quinn/githubknife/view/ErrorView.java:6–10  ·  view source on GitHub ↗

Created by Quinn on 8/1/15.

Source from the content-addressed store, hash-verified

4 * Created by Quinn on 8/1/15.
5 */
6public interface ErrorView {
7
8 public void onError(String msg);
9
10}

Callers 8

handleMessageMethod · 0.65
handleMessageMethod · 0.65
handleMessageMethod · 0.65
handleMessageMethod · 0.65
handleMessageMethod · 0.65
onErrorMethod · 0.65
onErrorMethod · 0.65
onErrorMethod · 0.65

Implementers 11

CodePresenterImplapp/src/main/java/com/quinn/githubknif
AuthPresenterImplapp/src/main/java/com/quinn/githubknif
PresenterAdapterapp/src/main/java/com/quinn/githubknif
UserInfoPresenterImplapp/src/main/java/com/quinn/githubknif
CreateTokenPresenterImplapp/src/main/java/com/quinn/githubknif
RepoPresenterImplapp/src/main/java/com/quinn/githubknif
LoginActivityapp/src/main/java/com/quinn/githubknif
UserInfoActivityapp/src/main/java/com/quinn/githubknif
RepoActivityapp/src/main/java/com/quinn/githubknif
CodeActivityapp/src/main/java/com/quinn/githubknif
MainActivityapp/src/main/java/com/quinn/githubknif

Calls

no outgoing calls

Tested by

no test coverage detected