Class TaskSystem.Task

    • Constructor Summary

      Constructors 
      Constructor Description
      Task()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void register​(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory)  
      • Methods inherited from class net.playeranalytics.plugin.scheduling.PluginRunnable

        cancel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run
    • Constructor Detail

      • Task

        public Task()
    • Method Detail

      • register

        public abstract void register​(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory)