Class EvalJsProgressEvent
-
- All Implemented Interfaces:
public class EvalJsProgressEvent
-
-
Constructor Summary
Constructors Constructor Description EvalJsProgressEvent(String message, int currentStep, int countOfSteps)
Propagate progress status of the evaluated JS by {@see AsyncJsTask}
-
Method Summary
Modifier and Type Method Description String
getMessage()
int
getCurrentStep()
int
getCountOfSteps()
-
-
Constructor Detail
-
EvalJsProgressEvent
EvalJsProgressEvent(String message, int currentStep, int countOfSteps)
Propagate progress status of the evaluated JS by {@see AsyncJsTask}- Parameters:
message
- free textcurrentStep
- current step of the js scriptcountOfSteps
- count of steps of the js scriptexamples:("Do something", "1", "4")("Terminated", "4", "4")
-
-
Method Detail
-
getMessage
String getMessage()
-
getCurrentStep
int getCurrentStep()
-
getCountOfSteps
int getCountOfSteps()
-
-
-
-