Provides message presentation context to instance of Traceroute.
More...

Public Member Functions | |
| abstract void | logNewLine () |
| Logs new line. | |
| abstract void | logMessage (String str, boolean timestamp) |
| Logs message, with optional timestamp. | |
| abstract void | onTracerouteCompleted () |
| Changed status. | |
Provides message presentation context to instance of Traceroute.
Definition at line 32 of file Traceroute.java.
| abstract void Traceroute.Context.logMessage | ( | String | str, |
| boolean | timestamp | ||
| ) | [pure virtual] |
Logs message, with optional timestamp.
| str | message that will be logged |
| timestamp | indicates whether to put timestamp in front |
Implemented in TraceroutePane.
Referenced by Traceroute.print(), and Traceroute.println().
| abstract void Traceroute.Context.logNewLine | ( | ) | [pure virtual] |
| abstract void Traceroute.Context.onTracerouteCompleted | ( | ) | [pure virtual] |
Changed status.
Implemented in TraceroutePane.
Referenced by Traceroute.run(), and Traceroute.tcpPortScan().
1.7.2