Public Member Functions

Traceroute.Context Interface Reference

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

Inheritance diagram for Traceroute.Context:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Provides message presentation context to instance of Traceroute.

Definition at line 32 of file Traceroute.java.


Member Function Documentation

abstract void Traceroute.Context.logMessage ( String  str,
boolean  timestamp 
) [pure virtual]

Logs message, with optional timestamp.

Parameters:
strmessage that will be logged
timestampindicates whether to put timestamp in front

Implemented in TraceroutePane.

Referenced by Traceroute.print(), and Traceroute.println().

abstract void Traceroute.Context.logNewLine (  ) [pure virtual]

Logs new line.

Implemented in TraceroutePane.

Referenced by Traceroute.println().

abstract void Traceroute.Context.onTracerouteCompleted (  ) [pure virtual]

Changed status.

Implemented in TraceroutePane.

Referenced by Traceroute.run(), and Traceroute.tcpPortScan().


The documentation for this interface was generated from the following file: