public interface SimpleFormAction
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(SimpleForm form)
Executed if the condition was not met.
|
void |
onSuccess(SimpleForm form)
Executed if condition is met.
|
void onSuccess(SimpleForm form)
void onFailure(SimpleForm form)