MCPcopy Index your code
hub / github.com/cSploit/android / onEvent

Method onEvent

cSploit/src/org/csploit/android/tools/Raw.java:34–40  ·  view source on GitHub ↗
(Event e)

Source from the content-addressed store, hash-verified

32 public static abstract class RawReceiver extends Child.EventReceiver {
33
34 @Override
35 public void onEvent(Event e) {
36 if(e instanceof Newline)
37 onNewLine(((Newline)e).line);
38 else
39 Logger.warning("unknown event: " + e);
40 }
41
42 public abstract void onNewLine(String line);
43 }

Callers

nothing calls this directly

Calls 2

onNewLineMethod · 0.95
warningMethod · 0.95

Tested by

no test coverage detected