com.webkitchen.brainathlon.gameComponents
Interface IBandPlayerMonitor

All Superinterfaces:
IAmplitudeGenerator, IBandSampleGenerator, IPlayerMonitor, IRewardGenerator, IScoreGenerator
All Known Subinterfaces:
ISustainedBandPlayerMonitor
All Known Implementing Classes:
AbstractBandCourse.AbstractBandPlayerMonitor

public interface IBandPlayerMonitor
extends IPlayerMonitor, IBandSampleGenerator, IAmplitudeGenerator

A combined interface used to create player monitors for the BandIncreaseCourse


Method Summary
 
Methods inherited from interface com.webkitchen.brainathlon.gameComponents.IPlayerMonitor
getFinalScore
 
Methods inherited from interface com.webkitchen.brainathlon.gameComponents.IScoreGenerator
addScoreListener, removeAllScoreListeners, removeScoreListener
 
Methods inherited from interface com.webkitchen.brainathlon.gameComponents.IRewardGenerator
addRewardListener, removeAllRewardListeners, removeRewardListener
 
Methods inherited from interface com.webkitchen.eeg.analysis.IBandSampleGenerator
addBandListener, removeAllBandListeners, removeBandListener
 
Methods inherited from interface com.webkitchen.eeg.analysis.IAmplitudeGenerator
addAmplitudeListener, removeAllAmplitudeListeners, removeAmplitudeListener