com.webkitchen.eeg.analysis
Interface IAmplitudeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AbstractBandCourse.AbstractBandPlayerMonitor, AbstractBandCourse.AbstractBandPlayerMonitor.AmplitudeLogger

public interface IAmplitudeListener
extends java.util.EventListener

Listens for new wave amplitude values in a specific frequency range

See Also:
IAmplitudeGenerator

Method Summary
 void receiveAmplitude(double amplitude)
          Receive and process the latest amplitude reading
 

Method Detail

receiveAmplitude

void receiveAmplitude(double amplitude)
Receive and process the latest amplitude reading

Parameters:
amplitude - the latest amplitude reading