Interface ICountdownGUIService
- 
- All Superinterfaces:
- ICountdownService
 - All Known Implementing Classes:
- CountdownAgent
 
 public interface ICountdownGUIService extends ICountdownService 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface jadex.examples.presentationtimer.common.ICountdownServiceICountdownService.ICountdownListener
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinformStateUpdated(State state)voidinformTimeUpdated(java.lang.String timeString)voidsetController(ICountdownController controller)- 
Methods inherited from interface jadex.examples.presentationtimer.common.ICountdownServiceaddListener, getState, getTime, registerForState, registerForTime, reset, start, stop
 
- 
 
- 
- 
- 
Method Detail- 
informTimeUpdatedvoid informTimeUpdated(java.lang.String timeString) 
 - 
informStateUpdatedvoid informStateUpdated(State state) 
 - 
setControllervoid setController(ICountdownController controller) 
 
- 
 
-