Package org.openbravo.scheduling
Interface ProcessRunnerHook
-
- All Superinterfaces:
Prioritizable
- All Known Implementing Classes:
RelevantCharacteristicFieldTerminologySynchronizer
public interface ProcessRunnerHook extends Prioritizable
Hook to be executed after the execution of the processRunner class- Author:
- Fermin Gascon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onExecutionFinish(ProcessBundle bundle)
Executed when the processrunner ends successfully-
Methods inherited from interface org.openbravo.base.Prioritizable
getPriority
-
-
-
-
Method Detail
-
onExecutionFinish
void onExecutionFinish(ProcessBundle bundle)
Executed when the processrunner ends successfully- Parameters:
bundle
- a collection with the processRunner args and the system process data
-
-