Klasse EngineFinishEvent

java.lang.Object
com.inet.report.event.EngineFinishEvent

public class EngineFinishEvent extends Object
This event indicates that the execution process of an engine has benn finished.
Seit:
6.1
Siehe auch:
  • Konstruktordetails

    • EngineFinishEvent

      public EngineFinishEvent(Engine engine, URL url, long executionTime)
      Constructs a new EngineFinishEvent object.
      Parameter:
      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.
      Seit:
      6.1
  • Methodendetails

    • getEngine

      public Engine getEngine()
      Returns the Engine that has been finished now.
      Gibt zurück:
      Engine
      Seit:
      6.1
    • getUrl

      public URL getUrl()
      Returns the report URL of the finished engine.
      Gibt zurück:
      URL
      Seit:
      6.1
    • getExecutionTime

      public long getExecutionTime()
      Returns the execution time of the Engine in milliseconds.
      Gibt zurück:
      executionTime
      Seit:
      6.1