Class CustomRunnable

java.lang.Object
org.tavall.couriers.api.utils.scheduler.CustomRunnable
All Implemented Interfaces:
Runnable

public abstract class CustomRunnable extends Object implements Runnable
CustomRunnable – TODO: implement class functionality Auto-generated skeleton by MondayGPT-style template
Since:
11/15/2025
Author:
TJ
  • Constructor Details

    • CustomRunnable

      public CustomRunnable()
  • Method Details

    • cancel

      public boolean cancel()
    • shutdown

      public void shutdown()
    • runTaskLater

      public void runTaskLater(long delayMs)
    • runTaskLaterAsync

      public void runTaskLaterAsync(long delayMs)
    • runTaskTimer

      public void runTaskTimer(long delayMs, long periodMs)
    • runTaskTimerAsync

      public void runTaskTimerAsync(long delayMs, long periodMs)