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.ICountdownService
ICountdownService.ICountdownListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
informStateUpdated(State state)
void
informTimeUpdated(java.lang.String timeString)
void
setController(ICountdownController controller)
-
Methods inherited from interface jadex.examples.presentationtimer.common.ICountdownService
addListener, getState, getTime, registerForState, registerForTime, reset, start, stop
-
-
-
-
Method Detail
-
informTimeUpdated
void informTimeUpdated(java.lang.String timeString)
-
informStateUpdated
void informStateUpdated(State state)
-
setController
void setController(ICountdownController controller)
-
-