|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRatioGenerator
Generates wave amplitude ratios for two specific frequency bands, and notifies its listeners of the latest ratio value
| Method Summary | |
|---|---|
void |
addRatioListener(IRatioListener listener)
Attach listener to receive notification of the player's ratio of 2 wave bands |
void |
removeAllRatioListeners()
Remove all listeners from our notification list |
void |
removeRatioListener(IRatioListener listener)
Remove listener from our notification list |
| Method Detail |
|---|
void addRatioListener(IRatioListener listener)
listener - the observer who wants to receive the player's ratio of 2 wave bandsvoid removeRatioListener(IRatioListener listener)
listener - the observer to removevoid removeAllRatioListeners()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||