Interface SubProcessEventTrigger<I,O>
-
- Type Parameters:
I- the data to receiveO- the data to send
- All Known Implementing Classes:
AbstractSubProcessEventTrigger,Null,SubPub
public interface SubProcessEventTrigger<I,O>Interface for triggers.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringsetUp(SubProcessEvent owner)Configures the trigger.voidwrapUp()Wraps up the trigger.
-
-
-
Method Detail
-
setUp
String setUp(SubProcessEvent owner)
Configures the trigger.- Parameters:
owner- the owning event- Returns:
- null if successfully configured, otherwise error message
-
wrapUp
void wrapUp()
Wraps up the trigger.
-
-