Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
6
public
interface
ErrorView {
7
8
public
void
onError(String msg);
9
10
}
Callers
8
handleMessage
Method · 0.65
handleMessage
Method · 0.65
handleMessage
Method · 0.65
handleMessage
Method · 0.65
handleMessage
Method · 0.65
onError
Method · 0.65
onError
Method · 0.65
onError
Method · 0.65
Implementers
11
CodePresenterImpl
app/src/main/java/com/quinn/githubknif
AuthPresenterImpl
app/src/main/java/com/quinn/githubknif
PresenterAdapter
app/src/main/java/com/quinn/githubknif
UserInfoPresenterImpl
app/src/main/java/com/quinn/githubknif
CreateTokenPresenterImpl
app/src/main/java/com/quinn/githubknif
RepoPresenterImpl
app/src/main/java/com/quinn/githubknif
LoginActivity
app/src/main/java/com/quinn/githubknif
UserInfoActivity
app/src/main/java/com/quinn/githubknif
RepoActivity
app/src/main/java/com/quinn/githubknif
CodeActivity
app/src/main/java/com/quinn/githubknif
MainActivity
app/src/main/java/com/quinn/githubknif
Calls
no outgoing calls
Tested by
no test coverage detected