com.webkitchen.eeg.analysis
Interface IChannelSampleListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
BandFilter, DualBandFilter, SpectrumFilter

public interface IChannelSampleListener
extends java.util.EventListener

Listener interface for receiving raw EEG samples for a particular channel. Classes interested in processing a channel's raw EEG data must implement this interface and add themselves as listeners to the IChannelSampleGenerator using its addSampleListener method.

See Also:
IChannelSampleGenerator

Method Summary
 void receiveSample(double rawSample)
          Receive the latest raw EEG sample for a specific channel
 

Method Detail

receiveSample

void receiveSample(double rawSample)
Receive the latest raw EEG sample for a specific channel

Parameters:
rawSample - the latest raw EEG sample