com.webkitchen.eeg.analysis
Interface IDualBandSampleGenerator

All Known Subinterfaces:
IRatioPlayerMonitor
All Known Implementing Classes:
DualBandFilter

public interface IDualBandSampleGenerator

Filters for two specific frequency bands, and notifies listeners of the latest values

See Also:
IDualBandSampleListener

Method Summary
 void addDualBandListener(IDualBandSampleListener listener)
          Attach listener to receive notification/copies of all new band values
 void removeAllDualBandListeners()
          Remove all listeners from our notification list
 void removeDualBandListener(IDualBandSampleListener listener)
          Remove listener from our notification list
 

Method Detail

addDualBandListener

void addDualBandListener(IDualBandSampleListener listener)
Attach listener to receive notification/copies of all new band values

Parameters:
listener - the observer who wants to receive band values

removeDualBandListener

void removeDualBandListener(IDualBandSampleListener listener)
Remove listener from our notification list

Parameters:
listener - the observer to remove

removeAllDualBandListeners

void removeAllDualBandListeners()
Remove all listeners from our notification list