net.grinder.console.communication
Interface ProcessControl.Listener

All Superinterfaces:
EventListener
Enclosing interface:
ProcessControl

public static interface ProcessControl.Listener
extends EventListener

Listener interface for receiving updates about process status.


Method Summary
 void update(ProcessControl.ProcessReports[] processReports)
          Called with regular updates on process status.
 

Method Detail

update

void update(ProcessControl.ProcessReports[] processReports)
Called with regular updates on process status.

Parameters:
processReports - Process status information.


Copyright © 2000-2013. All Rights Reserved.