Schnittstelle ICountdownProvider


public interface ICountdownProvider
  • Methodendetails

    • create

      ICountdown create(Object key, CountType countType, int seconds)
      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

      ICountdown countdown(Object key)
      Get a countdown by the key.
      Parameter:
      key - the key of the countdown.
      Gibt zurück:
      the ICountdown or null if not found.