Package com.inet.report.event
Class EngineFinishEvent
java.lang.Object
com.inet.report.event.EngineFinishEvent
This event indicates that the execution process of an engine has benn finished.
- Since:
- 6.1
- See Also:
-
Constructor Summary
ConstructorDescriptionEngineFinishEvent
(Engine engine, URL url, long executionTime) Constructs a new EngineFinishEvent object. -
Method Summary
Modifier and TypeMethodDescriptionReturns the Engine that has been finished now.long
Returns the execution time of the Engine in milliseconds.getUrl()
Returns the report URL of the finished engine.
-
Constructor Details
-
EngineFinishEvent
Constructs a new EngineFinishEvent object.- Parameters:
engine
- the Engine that has been finished now.url
- the report URL of the finished engine.executionTime
- the execution time of the Engine in milliseconds.- Since:
- 6.1
-
-
Method Details
-
getEngine
Returns the Engine that has been finished now.- Returns:
- Engine
- Since:
- 6.1
-
getUrl
Returns the report URL of the finished engine.- Returns:
- URL
- Since:
- 6.1
-
getExecutionTime
public long getExecutionTime()Returns the execution time of the Engine in milliseconds.- Returns:
- executionTime
- Since:
- 6.1
-