org.jppf.ui.monitoring.event
Interface StatsHandlerListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JPPFChartBuilder, MonitoringPanel

public interface StatsHandlerListener
extends EventListener

Event listener for handling changes to the stats data.

Author:
Laurent Cohen

Method Summary
 void dataUpdated(StatsHandlerEvent event)
          Called to notify that the stats formatter data has changed.
 

Method Detail

dataUpdated

void dataUpdated(StatsHandlerEvent event)
Called to notify that the stats formatter data has changed.

Parameters:
event - the object that encapsulates the data change event.


Copyright © 2005-2010 JPPF Team.