Class ASQLSpigotScheduler<T extends org.bukkit.plugin.java.JavaPlugin>

  • Type Parameters:
    T - An existing JavaPlugin
    All Implemented Interfaces:
    com.glyart.asql.common.context.ContextScheduler

    public final class ASQLSpigotScheduler<T extends org.bukkit.plugin.java.JavaPlugin>
    extends Object
    implements com.glyart.asql.common.context.ContextScheduler
    Represents a task scheduling behavior through a Spigot Context. There should be just one instance of ASQLSpigotScheduler per Spigot Context.
    • Constructor Detail

      • ASQLSpigotScheduler

        public ASQLSpigotScheduler()
    • Method Detail

      • async

        public void async​(@NonNull
                          @NonNull Runnable runnable,
                          long delay,
                          long period)
        Specified by:
        async in interface com.glyart.asql.common.context.ContextScheduler
      • async

        public void async​(@NonNull
                          @NonNull Runnable runnable)
        Specified by:
        async in interface com.glyart.asql.common.context.ContextScheduler
      • sync

        public void sync​(@NonNull
                         @NonNull Runnable runnable,
                         long delay,
                         long period)
        Specified by:
        sync in interface com.glyart.asql.common.context.ContextScheduler
      • sync

        public void sync​(@NonNull
                         @NonNull Runnable runnable)
        Specified by:
        sync in interface com.glyart.asql.common.context.ContextScheduler