SourceForge Jpcap

net.sourceforge.jpcap.capture
Interface StatisticsListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JWinPcapTest

public interface StatisticsListener
extends EventListener

StatisticsListener is the callback that is used when a capture device is in JWinPcap.CaptureMode.Statistical mode.

Version:
$Revision: 1.1 $
Author:
Esmond Pitt
See Also:
JWinPcap.CaptureMode, JWinPcap.setCaptureMode(net.sourceforge.jpcap.capture.JWinPcap.CaptureMode), JWinPcap.addStatisticsListener(net.sourceforge.jpcap.capture.StatisticsListener), JWinPcap.removeStatisticsListener(net.sourceforge.jpcap.capture.StatisticsListener), Gathering Statistics on the network traffic

Method Summary
 void statisticsArrived(StatisticsEvent event)
          Handle a statistics event.
 

Method Detail

statisticsArrived

void statisticsArrived(StatisticsEvent event)
Handle a statistics event.

Parameters:
event - StatisticsEvent

Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008.