abbot.script
Class StepEvent

java.lang.Object
  extended by java.util.EventObject
      extended by abbot.script.StepEvent
All Implemented Interfaces:
Serializable, Cloneable

public class StepEvent
extends EventObject
implements Cloneable

See Also:
Serialized Form

Field Summary
static String STEP_END
          The step has finished.
static String STEP_ERROR
          The step encountered an error.
static String STEP_FAILURE
          The step failed.
static String STEP_PROGRESS
          The step is N% complete.
static String STEP_START
          The step has begun executing.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StepEvent(Step source, String type, int id, Throwable throwable)
           
 
Method Summary
 Object clone()
           
 Throwable getError()
           
 int getID()
           
 Step getStep()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STEP_START

public static final String STEP_START
The step has begun executing.

See Also:
Constant Field Values

STEP_PROGRESS

public static final String STEP_PROGRESS
The step is N% complete.

See Also:
Constant Field Values

STEP_END

public static final String STEP_END
The step has finished.

See Also:
Constant Field Values

STEP_ERROR

public static final String STEP_ERROR
The step encountered an error.

See Also:
Constant Field Values

STEP_FAILURE

public static final String STEP_FAILURE
The step failed. This represents a test that failed to produce the expected results.

See Also:
Constant Field Values
Constructor Detail

StepEvent

public StepEvent(Step source,
                 String type,
                 int id,
                 Throwable throwable)
Method Detail

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-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge