|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.imperial.ph.hep.command.DaqCommand
public abstract class DaqCommand
| Constructor Summary | |
|---|---|
DaqCommand()
|
|
| Method Summary | |
|---|---|
abstract void |
execute()
Implementations do whatever it is they do here. |
abstract java.lang.String |
getDescription()
Implementations should specify what it is they're doing with this string. |
abstract boolean |
isRunning()
|
protected void |
notifyListeners(java.lang.String daqOutput)
Daq commands can call this when they have some output. |
void |
registerListener(DaqCmdListener dcl)
Parties interested in the output of these commands should register listeners here. |
abstract void |
terminate()
Implementations should cease execution. |
abstract java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DaqCommand()
| Method Detail |
|---|
public abstract void execute()
public abstract void terminate()
public abstract java.lang.String getDescription()
public void registerListener(DaqCmdListener dcl)
dcl - public abstract boolean isRunning()
protected void notifyListeners(java.lang.String daqOutput)
daqOutput - public abstract java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||