com.webkitchen.eeg.analysis
Interface IDualBandSampleListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
RatioMonitor

public interface IDualBandSampleListener
extends java.util.EventListener

Listener interface for receiving two filtered frequency band values

See Also:
IDualBandSampleGenerator

Method Summary
 void receiveBand(double sampleOneValue, double sampleTwoValue)
          Receive and process the latest filtered frequency band values
 

Method Detail

receiveBand

void receiveBand(double sampleOneValue,
                 double sampleTwoValue)
Receive and process the latest filtered frequency band values

Parameters:
sampleOneValue - one filtered frequency band value
sampleTwoValue - the other filtered frequency band value