Package org.kquiet.browser.action
Class SinglePhaseAction
java.lang.Object
org.kquiet.browser.action.MultiPhaseAction
org.kquiet.browser.action.SinglePhaseAction
- All Implemented Interfaces:
Composable,MultiPhased
- Direct Known Subclasses:
CloseWindow,GetUrl,IfThenElse,OpenWindow,PostForm
SinglePhaseAction is a subclass of MultiPhaseAction which has only one phase.- Author:
- Kimberly
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidPerform multiple-phased browser action.protected abstract voidPerform single-phased browser action.Methods inherited from class org.kquiet.browser.action.MultiPhaseAction
getActionState, getComposer, getCostTime, getErrors, hasNextPhase, isDone, isFail, noNextPhase, perform, setActionState, setComposer, switchToTopForFirefox, toString
-
Constructor Details
-
SinglePhaseAction
public SinglePhaseAction()
-
-
Method Details
-
performMultiPhase
protected void performMultiPhase()Description copied from class:MultiPhaseActionPerform multiple-phased browser action.MultiPhaseAction.noNextPhase()needs to be invoked to signal that there is no more phase to execute.- Specified by:
performMultiPhasein classMultiPhaseAction
-
performSinglePhase
protected abstract void performSinglePhase()Perform single-phased browser action.
-