|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IChannelSampleGenerator
Generates and notifies listeners of the latest raw EEG sample values for a particular channel
IChannelSampleListener| Method Summary | |
|---|---|
void |
addSampleListener(IChannelSampleListener listener)
Attach listener to receive notification/copies of all new raw EEG sample values for the channel |
void |
removeAllSampleListeners()
Remove all listeners from our notification list |
void |
removeSampleListener(IChannelSampleListener listener)
Remove listener from our notification list |
| Method Detail |
|---|
void addSampleListener(IChannelSampleListener listener)
listener - the observer who wants to receive sample valuesvoid removeSampleListener(IChannelSampleListener listener)
listener - the observer to removevoid removeAllSampleListeners()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||