Class JSTimerTask

java.lang.Object
java.util.TimerTask
cn.nukkit.plugin.js.JSTimerTask
All Implemented Interfaces:
Runnable

public final class JSTimerTask extends TimerTask
  • Constructor Details

    • JSTimerTask

      public JSTimerTask(long id, org.graalvm.polyglot.Context jsContext, org.graalvm.polyglot.Value callback, Object... args)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Specified by:
      run in class TimerTask
    • getId

      public long getId()