Klasse EngineFinishEvent
java.lang.Object
com.inet.report.event.EngineFinishEvent
This event indicates that the execution process of an engine has benn finished.
- Seit:
- 6.1
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEngineFinishEvent(Engine engine, URL url, long executionTime) Constructs a new EngineFinishEvent object. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns the Engine that has been finished now.longReturns the execution time of the Engine in milliseconds.getUrl()Returns the report URL of the finished engine.
-
Konstruktordetails
-
EngineFinishEvent
-
-
Methodendetails
-
getEngine
Returns the Engine that has been finished now.- Gibt zurück:
- Engine
- Seit:
- 6.1
-
getUrl
-
getExecutionTime
public long getExecutionTime()Returns the execution time of the Engine in milliseconds.- Gibt zurück:
- executionTime
- Seit:
- 6.1
-