Package monq.jfa.ooo

Class PickAction

java.lang.Object
monq.jfa.ooo.PickAction
All Implemented Interfaces:
Action

public class PickAction extends Object implements Action
  • Constructor Details

    • PickAction

      public PickAction()
  • Method Details

    • invoke

      public void invoke(StringBuilder out, int start) throws CallbackException
      Description copied from interface: Action
      Will be called with new data appended to the given StringBuilder. The method is free to work in any way with the whole text content, not only the new part demarcated by the start parameter.
      Specified by:
      invoke in interface Action
      Parameters:
      out - contains new data at its end
      start - where the new data starts
      Throws:
      CallbackException - if things go wrong.
    • get

      public String get()
    • append

      public Action append()
    • embed

      public Action embed(String prefix, String suffix)
    • toString

      public String toString()
      Overrides:
      toString in class Object