Interface GxUserTaskForm.GxUserTaskHandler
-
- Enclosing class:
- GxUserTaskForm<T>
public static interface GxUserTaskForm.GxUserTaskHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()voiderror(Throwable t)voidproceed()
-
-
-
Method Detail
-
proceed
void proceed()
-
cancel
void cancel()
-
error
void error(Throwable t)
-
-