|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.event.EngineFinishEvent
public class EngineFinishEvent
This event indicates that the execution process of an engine has benn finished.
EngineFinishListener,
Engine.addFinishListener(com.inet.report.event.EngineFinishListener)| Constructor Summary | |
|---|---|
EngineFinishEvent(Engine engine,
java.net.URL url,
long executionTime)
Constructs a new EngineFinishEvent object. |
|
| Method Summary | |
|---|---|
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. |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public Engine getEngine()
public java.net.URL getUrl()
public long getExecutionTime()
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||