Interface IPrePostJob
- All Superinterfaces:
IJob
- All Known Implementing Classes:
MWE2BlackboardWorkflowComponentBridge
,MWE2WorkflowComponentBridge
A job supporting pre and post execute routines.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Executed after execute().void
Executed prior execute().
-
Method Details
-
preExecute
void preExecute()Executed prior execute(). -
postExecute
void postExecute()Executed after execute().
-