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

Class Newline

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

got a newline from a child.

Source from the content-addressed store, hash-verified

4 * got a newline from a child.
5 */
6public class Newline implements Event {
7 public final String line;
8
9 public Newline(String line) {
10 this.line = line;
11 }
12
13 public String toString() {
14 return String.format("NewlineEvent: { line='%s' }", line);
15 }
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected