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

Method onEvent

cSploit/src/org/csploit/android/tools/NMap.java:48–55  ·  view source on GitHub ↗
(Event e)

Source from the content-addressed store, hash-verified

46 }
47
48 public void onEvent(Event e) {
49 if(e instanceof Hop) {
50 Hop hop = (Hop)e;
51 onHop(hop.hop, hop.usec, hop.node.getHostAddress(), hop.name);
52 } else {
53 Logger.error("unknown event: " + e);
54 }
55 }
56
57 public abstract void onHop( int hop, long usec, String address, String name );
58 }

Callers

nothing calls this directly

Calls 2

onHopMethod · 0.95
errorMethod · 0.95

Tested by

no test coverage detected