public class ProgressStepperModelEvent extends java.util.EventObject
Event fired when the current step changes in a ProgressStepperModel.
| Constructor and description |
|---|
ProgressStepperModelEvent(java.lang.Object source, int oldIndex, int newIndex)Creates a new event indicating the current step has changed. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public int |
getNewIndex()Returns the new current step index. |
|
public int |
getOldIndex()Returns the previous current step index. |
| Methods inherited from class | Name |
|---|---|
class java.util.EventObject |
java.util.EventObject#equals(java.lang.Object), java.util.EventObject#getClass(), java.util.EventObject#getSource(), java.util.EventObject#hashCode(), java.util.EventObject#notify(), java.util.EventObject#notifyAll(), java.util.EventObject#toString(), java.util.EventObject#wait(), java.util.EventObject#wait(long), java.util.EventObject#wait(long, int) |
ReadyAPI functional (soapui) SDK 4.0.1