|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISpectrumGenerator
Filters raw data into the four standard frequency bands of
Beta, Alpha, Theta and Delta, then notifies listeners
of the latest values values packaged in a Spectrum.
Objects can add themselves as listeners/observers to receive copies of
all new Spectrums.
ISpectrumListener,
Spectrum| Method Summary | |
|---|---|
void |
addSpectrumListener(ISpectrumListener listener)
Attach listener to receive notification/copies of all new spectrums |
void |
removeAllSpectrumListeners()
Remove all listeners from our notification list |
void |
removeSpectrumListener(ISpectrumListener listener)
Remove listener from our notification list |
| Method Detail |
|---|
void addSpectrumListener(ISpectrumListener listener)
listener - the observer who wants to receive spectrumsvoid removeSpectrumListener(ISpectrumListener listener)
listener - the observer to removevoid removeAllSpectrumListeners()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||