Interface CaseEventDispatcher
-
public interface CaseEventDispatcher
Dispatcher for case creation events. It is put on quite low level to be accessible from built-in manual connector. We might consider moving this to another module, e.g. to schema, if needed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispatchCaseCreationEvent(CaseType aCase, Task task, OperationResult result)
void
registerCaseCreationEventListener(CaseCreationListener listener)
void
unregisterCaseCreationEventListener(CaseCreationListener listener)
-
-
-
Method Detail
-
registerCaseCreationEventListener
void registerCaseCreationEventListener(CaseCreationListener listener)
-
unregisterCaseCreationEventListener
void unregisterCaseCreationEventListener(CaseCreationListener listener)
-
dispatchCaseCreationEvent
void dispatchCaseCreationEvent(CaseType aCase, Task task, OperationResult result)
-
-