LiveTraceListenerpublic interface LiveTraceListener Interface that defines an object to receive a callback when a particular
tracepoint is hit. See LiveTracer. |
Methods Summary |
---|
public void | call(java.lang.String tag)This method is called when the tracepoint identified by tag is hit.
|
|