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

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.

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

SourceForge