The Physiologist's Friend Simulation API

ch.unizh.ini.friend.record
Interface SpikeReporter

All Superinterfaces:
SpikeEventSource
All Known Implementing Classes:
MicrophoneReporter, SimulationReporter

public interface SpikeReporter
extends SpikeEventSource

Interface that is implemented by objects that can report spikes.

Version:
$Revision: 1.3 $
Author:
$Author: tobi $

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

startReporting

void startReporting()
starts acquisition of spikes and generation of SpikeEvent's. If source is not available it does nothing.


stopReporting

void stopReporting()
ends thread after first stopping microphone acquisition. This ends generation of SpikeEvent's


isReporting

boolean isReporting()
Returns:
whether reporting is enabled

http://www.ini.unizh.ch/~tobi/friend