uk.ac.imperial.ph.hep.command
Interface DaqCmdListener


public interface DaqCmdListener

Daq Commands produce output. Interested parties should register themselves with the commands by providing an implementation of this class.

Author:
Jamie Ballin, HEP, Imperial College London

Method Summary
 void outputReceived(java.lang.String output)
          Called by DaqCommand when there is some output of interest to listeners.
 

Method Detail

outputReceived

void outputReceived(java.lang.String output)
Called by DaqCommand when there is some output of interest to listeners.

Parameters:
output - - whatever the DaqCommand has produced.