Interface IEveryHourTimer

All Superinterfaces:
ITimer

public interface IEveryHourTimer extends ITimer
ITimer definition that fires every hour.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method that is invoked every hour.

    Methods inherited from interface com.aquima.interactions.foundation.timer.ITimer

    addListener, removeListener
  • Method Details

    • everyHour

      void everyHour()
      Method that is invoked every hour.