campus
Interface LogTracer.TracerObserver

All Known Implementing Classes:
SysnortSensor
Enclosing interface:
LogTracer

public static interface LogTracer.TracerObserver

An observer who takes tracer's output.


Method Summary
 void handleMessage(java.lang.String msg)
          feed the output to the observer.
 

Method Detail

handleMessage

public void handleMessage(java.lang.String msg)
                   throws java.lang.Exception
feed the output to the observer.

java.lang.Exception