Class EvalJsProgressEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      EvalJsProgressEvent(String message, int currentStep, int countOfSteps) Propagate progress status of the evaluated JS by {@see AsyncJsTask}
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getMessage()
      int getCurrentStep()
      int getCountOfSteps()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EvalJsProgressEvent

        EvalJsProgressEvent(String message, int currentStep, int countOfSteps)
        Propagate progress status of the evaluated JS by {@see AsyncJsTask}
        Parameters:
        message - free text
        currentStep - current step of the js script
        countOfSteps - count of steps of the js scriptexamples:("Do something", "1", "4")("Terminated", "4", "4")