The Physiologist's Friend Simulation API

ch.unizh.ini.friend.record
Class SpikePrinter

java.lang.Object
  extended by ch.unizh.ini.friend.record.SpikePrinter
All Implemented Interfaces:
SpikeListener, EventListener

public class SpikePrinter
extends Object
implements SpikeListener

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

Constructor Summary
SpikePrinter()
           
 
Method Summary
 void spikeOccurred(SpikeEvent e)
          called by spike source (SpikeReporter) when a spike is detected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpikePrinter

public SpikePrinter()
Method Detail

spikeOccurred

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

Specified by:
spikeOccurred in interface SpikeListener
Parameters:
e - the spike event

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