Class Form.FinishRemove<T>

  • All Implemented Interfaces:
    Callback
    Enclosing interface:
    Form<T>

    public abstract static class Form.FinishRemove<T>
    extends Object
    implements Callback
    Callback to be used after the remove operation has been successfully executed. This callback takes care of calling Form.remove(). You just need to place your business logic into afterRemove(Form).
    • Method Detail

      • execute

        public void execute()
        Specified by:
        execute in interface Callback
      • afterRemove

        public abstract void afterRemove​(Form<T> form)