|
The Physiologist's Friend Simulation API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpikeReporter
Interface that is implemented by objects that can report spikes.
Method Summary | |
---|---|
boolean |
isReporting()
|
void |
startReporting()
starts acquisition of spikes and generation of SpikeEvent 's. |
void |
stopReporting()
ends thread after first stopping microphone acquisition. |
Methods inherited from interface ch.unizh.ini.friend.record.SpikeEventSource |
---|
addSpikeListener, clearSpikeListeners, getSpikeListeners, removeSpikeListener |
Method Detail |
---|
void startReporting()
SpikeEvent
's. If source is not available it does nothing.
void stopReporting()
SpikeEvent
's
boolean isReporting()
|
http://www.ini.unizh.ch/~tobi/friend | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |