Interface ICountdownService.ICountdownListener
- 
- Enclosing interface:
- ICountdownService
 
 public static interface ICountdownService.ICountdownListener
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstateChanged(State state)voidtimeChanged(java.lang.String timeString)
 
- 
- 
- 
Method Detail- 
timeChangedvoid timeChanged(java.lang.String timeString) 
 - 
stateChangedvoid stateChanged(State state) 
 
- 
 
-