abbot.script
Class StepEvent
java.lang.Object
|
+--java.util.EventObject
|
+--abbot.script.StepEvent
- All Implemented Interfaces:
- Cloneable, Serializable
- public class StepEvent
- extends EventObject
- implements Cloneable
- See Also:
- Serialized Form
STEP_START
public static final String STEP_START
- The step has begun executing.
STEP_PROGRESS
public static final String STEP_PROGRESS
- The step is N% complete.
STEP_END
public static final String STEP_END
- The step has finished.
STEP_ERROR
public static final String STEP_ERROR
- The step encountered an error.
STEP_FAILURE
public static final String STEP_FAILURE
- The step failed. This represents a test that failed to produce the
expected results.
StepEvent
public StepEvent(Step source,
String type,
int id,
Throwable throwable)
clone
public Object clone()
- Overrides:
clone
in class Object
getStep
public Step getStep()
getType
public String getType()
getID
public int getID()
toString
public String toString()
- Overrides:
toString
in class EventObject
getError
public Throwable getError()
Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on