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

Class Ready

cSploit/src/org/csploit/android/events/Ready.java:6–11  ·  view source on GitHub ↗

a child is ready to perform some specific operation.

Source from the content-addressed store, hash-verified

4 * a child is ready to perform some specific operation.
5 */
6public class Ready implements Event {
7 @Override
8 public String toString() {
9 return "Ready: {}";
10 }
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected