public class EngineFinishEvent
extends java.lang.Object
EngineFinishListener
,
Engine.addFinishListener(com.inet.report.event.EngineFinishListener)
Constructor and Description |
---|
EngineFinishEvent(Engine engine,
java.net.URL url,
long executionTime)
Constructs a new EngineFinishEvent object.
|
Modifier and Type | Method and Description |
---|---|
Engine |
getEngine()
Returns the Engine that has been finished now.
|
long |
getExecutionTime()
Returns the execution time of the Engine in milliseconds.
|
java.net.URL |
getUrl()
Returns the report URL of the finished engine.
|
public EngineFinishEvent(Engine engine, java.net.URL url, long executionTime)
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.public Engine getEngine()
public java.net.URL getUrl()
public long getExecutionTime()
Copyright © 1999-2020 by i-net software GmbH