org.jnetpcap.packet.analysis
Class EventDumper<T extends AnalyzerEvent>

java.lang.Object
  extended by org.jnetpcap.packet.analysis.EventDumper<T>
All Implemented Interfaces:
AnalyzerListener<T>

public class EventDumper<T extends AnalyzerEvent>
extends java.lang.Object
implements AnalyzerListener<T>

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Constructor Summary
EventDumper()
           
 
Method Summary
 void processAnalyzerEvent(T evt)
           
 void toConsole(AnalyzerEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDumper

public EventDumper()
Method Detail

toConsole

public void toConsole(AnalyzerEvent event)

processAnalyzerEvent

public void processAnalyzerEvent(T evt)
Specified by:
processAnalyzerEvent in interface AnalyzerListener<T extends AnalyzerEvent>