|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICountdownGenerator
Handles counting down time intervals and notifying listeners of the current count
| Method Summary | |
|---|---|
void |
addCountdownListener(ICountdownListener listener)
Attach listener to receive notification of the player's countdown time to goal at sustained target level |
void |
removeAllCountdownListeners()
Remove all listeners from our notification list |
void |
removeCountdownListener(ICountdownListener listener)
Remove listener from our notification list |
| Method Detail |
|---|
void addCountdownListener(ICountdownListener listener)
listener - the observer who wants to receive the player's countdown timevoid removeCountdownListener(ICountdownListener listener)
listener - the observer to removevoid removeAllCountdownListeners()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||