Package io.graphenee.jbpm.embedded.flow
Interface GxFlowUserTaskForm.GxTaskActionListener<T>
-
- Enclosing class:
- GxFlowUserTaskForm<T>
public static interface GxFlowUserTaskForm.GxTaskActionListener<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAction(GxFlowUserTaskForm.GxTaskAction action, GxUserTask userTask, T entity)
-
-
-
Method Detail
-
onAction
void onAction(GxFlowUserTaskForm.GxTaskAction action, GxUserTask userTask, T entity)
-
-