Class Form.FinishRemove<T>

  • All Implemented Interfaces:
    org.jboss.hal.spi.Callback
    Enclosing interface:
    Form<T>

    public abstract static class Form.FinishRemove<T>
    extends Object
    implements org.jboss.hal.spi.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 org.jboss.hal.spi.Callback
      • afterRemove

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