com.webkitchen.eeg.analysis
Interface IDualAmplitudeListener

All Superinterfaces:
java.util.EventListener

public interface IDualAmplitudeListener
extends java.util.EventListener

Listens for new wave amplitude values in a specific frequency range

See Also:
IDualAmplitudeGenerator

Method Summary
 void receiveAmplitude(double amplitudeOne, double amplitudeTwo)
          Receive and process the latest amplitude readings
 

Method Detail

receiveAmplitude

void receiveAmplitude(double amplitudeOne,
                      double amplitudeTwo)
Receive and process the latest amplitude readings

Parameters:
amplitudeOne - the latest amplitude reading for one band
amplitudeTwo - the latest amplitude reading for the other band