Class RepeatingTask

java.lang.Object
dev.forbit.server.scheduler.RepeatingTask
All Implemented Interfaces:
Task

public class RepeatingTask extends Object implements Task
  • Constructor Details

    • RepeatingTask

      public RepeatingTask(int period, int delay, Runnable action)
  • Method Details

    • tick

      public boolean tick()
      Specified by:
      tick in interface Task
    • stop

      public void stop()