|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jprocessunit.ActionEvent
public abstract class ActionEvent
Class that should be extended by all specific ActionEvent's. ActionEvent's are test events that perform an action that the process being tested is waiting for.
| Constructor Summary | |
|---|---|
ActionEvent()
|
|
| Method Summary | |
|---|---|
void |
assertEvent()
Calls performAction. |
abstract void |
performAction()
Method should be overriden by all subclasses to implement the action to be performed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionEvent()
| Method Detail |
|---|
public void assertEvent()
assertEvent in interface ProcessEventpublic abstract void performAction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||