Interface ICountdownService.ICountdownListener
-
- Enclosing interface:
- ICountdownService
public static interface ICountdownService.ICountdownListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
stateChanged(State state)
void
timeChanged(java.lang.String timeString)
-
-
-
Method Detail
-
timeChanged
void timeChanged(java.lang.String timeString)
-
stateChanged
void stateChanged(State state)
-
-