org.echarts.monitor
Interface PrintStreamFormatter

All Known Implementing Classes:
EChartsSipServletMonitorFormatter, PrettyPrintFormatter, TextFormatter

public interface PrintStreamFormatter

Interface implemented by formatters used by PrintStreamMonitor (sub-)classes. Implementations of this interface define how to (textually) portray a specified event.


Method Summary
 java.lang.String portray(MachineMonitorEvent event)
          Returns string representing portrayal of event.
 

Method Detail

portray

java.lang.String portray(MachineMonitorEvent event)
Returns string representing portrayal of event.