Schnittstelle ICountdownProvider
public interface ICountdownProvider
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet a countdown by the key.Create a new countdown.
-
Methodendetails
-
create
Create a new countdown.- Parameter:
key
- the key of the countdown.countType
- the type of the countdown.seconds
- the duration of the countdown.- Gibt zurück:
- the created
ICountdown
.
-
countdown
Get a countdown by the key.- Parameter:
key
- the key of the countdown.- Gibt zurück:
- the
ICountdown
or null if not found.
-