|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAmplitudeGenerator
Generates wave amplitude values for specific frequency bands, and notifies its listeners of the latest amplitude value
IAmplitudeListener| Method Summary | |
|---|---|
void |
addAmplitudeListener(IAmplitudeListener listener)
Attach listener to receive notification/copies of new amplitude levels |
void |
removeAllAmplitudeListeners()
Remove all listeners from our notification list |
void |
removeAmplitudeListener(IAmplitudeListener listener)
Remove listener from our notification list |
| Method Detail |
|---|
void addAmplitudeListener(IAmplitudeListener listener)
listener - the observer who wants to receive amplitude levelsvoid removeAmplitudeListener(IAmplitudeListener listener)
listener - the observer to removevoid removeAllAmplitudeListeners()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||