Package monq.jfa.actions
Class ActionSequence
java.lang.Object
monq.jfa.actions.ActionSequence
- All Implemented Interfaces:
Action
Convenience wrapper to run a list of
Actions in sequence.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAll()voidinvoke(StringBuilder out, int start) Will be called with new data appended to the givenStringBuilder.toString()
-
Constructor Details
-
ActionSequence
-
ActionSequence
-
ActionSequence
-
-
Method Details
-
add
-
getAll
-
invoke
Description copied from interface:ActionWill be called with new data appended to the givenStringBuilder. The method is free to work in any way with the whole text content, not only the new part demarcated by thestartparameter.- Specified by:
invokein interfaceAction- Parameters:
out- contains new data at its endstart- where the new data starts- Throws:
CallbackException- if things go wrong.
-
toString
-