Package org.jboss.hal.ballroom.form
Class Form.FinishRemove<T>
- java.lang.Object
-
- org.jboss.hal.ballroom.form.Form.FinishRemove<T>
-
- All Implemented Interfaces:
org.jboss.hal.spi.Callback
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 callingForm.remove(). You just need to place your business logic intoafterRemove(Form).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidafterRemove(Form<T> form)voidexecute()
-