Uses of Class
org.kquiet.browser.ActionComposerBuilder
Packages that use ActionComposerBuilder
-
Uses of ActionComposerBuilder in org.kquiet.browser
Methods in org.kquiet.browser that return ActionComposerBuilderModifier and TypeMethodDescriptionActionComposerBuilder.actionPerformed(Function<ActionComposer, Consumer<Composable>> func) Set the function to be executed after any managed action of buildingActionComposeris performed.ActionComposerBuilder.actionPerforming(Function<ActionComposer, Consumer<Composable>> func) Set the function to be executed when any managed action of buildingActionComposeris performed.ActionComposerBuilder.onDone(Consumer<ActionComposer> func) Set the function to be executed when the execution of buildingActionComposerfinishes.ActionComposerBuilder.onFail(Consumer<ActionComposer> func) Set the function to be executed when the execution of buildingActionComposerfails.ActionComposerBuilder.onSuccess(Consumer<ActionComposer> func) Set the function to be executed when the execution of buildingActionComposersucceeds.ActionComposerBuilder.ActionSequenceBuilder.IfThenElseBuilder.returnToComposerBuilder()Finish building the sequence of actions so far and return control to root builder (ActionComposerBuilder).ActionComposerBuilder.ActionSequenceBuilder.returnToComposerBuilder()Finish building the sequence of actions so far and return control to root builder (ActionComposerBuilder).Constructors in org.kquiet.browser with parameters of type ActionComposerBuilderModifierConstructorDescriptionActionSequenceBuilder(ActionComposerBuilder parentComposerBuilder) Create a newActionComposerBuilder.ActionSequenceBuilderwith anActionComposerBuilderas its parent builder.