Interface IEpicBotScheduler


  • public interface IEpicBotScheduler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void schedule​(java.lang.Object schedule)
      Registers the given schedule.
      void unschedule​(java.lang.Object schedule)
      Unregisters the given schedule.
    • Method Detail

      • schedule

        void schedule​(java.lang.Object schedule)
        Registers the given schedule. All methods in the given 'schedule' and its parent classes are checked for Schedule annotations.
        Parameters:
        schedule - the schedule
      • unschedule

        void unschedule​(java.lang.Object schedule)
        Unregisters the given schedule.
        Parameters:
        schedule - the schedule