uk.ac.imperial.ph.hep.command.impl
Class DaqLogCmd

java.lang.Object
  extended by uk.ac.imperial.ph.hep.command.DaqCommand
      extended by uk.ac.imperial.ph.hep.command.impl.DaqLogCmd
Direct Known Subclasses:
DaqLogFileCmd, DaqRunMonitor

public abstract class DaqLogCmd
extends DaqCommand

This class listens to log output from the DAQ. It's abstract since there may be more than one way to do this.

Author:
Jamie Ballin, HEP, Imperial College London

Constructor Summary
DaqLogCmd()
           
 
Method Summary
 java.lang.String getDescription()
          Implementations should specify what it is they're doing with this string.
 
Methods inherited from class uk.ac.imperial.ph.hep.command.DaqCommand
execute, isRunning, notifyListeners, registerListener, terminate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DaqLogCmd

public DaqLogCmd()
Method Detail

getDescription

public java.lang.String getDescription()
Description copied from class: DaqCommand
Implementations should specify what it is they're doing with this string.

Specified by:
getDescription in class DaqCommand
Returns:
A short description