The Physiologist's Friend Simulation API

ch.unizh.ini.friend.record
Interface SpikeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
SpikeLogger, SpikePlotter, SpikePrinter, TangentScreen

public interface SpikeListener
extends EventListener

SpikeListeners should implement this interface in order to be able to register themselves as recipients of spike events.

Version:
$Revision: 1.1 $
Author:
$Author: tobi $

Method Summary
 void spikeOccurred(SpikeEvent e)
          called by spike source (SpikeReporter) when a spike is detected
 

Method Detail

spikeOccurred

void spikeOccurred(SpikeEvent e)
called by spike source (SpikeReporter) when a spike is detected

Parameters:
e - the spike event

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