Package jadex.bpmn.runtime.handler
Class Notifier
java.lang.Object
jadex.bpmn.runtime.handler.Notifier
Notifier for initiating external notifications.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MActivityThe activity.protected jadex.core.IComponentThe instance.protected ProcessThreadThe process thread. -
Constructor Summary
ConstructorsConstructorDescriptionNotifier(MActivity activity, jadex.core.IComponent instance, ProcessThread thread) Create a notifier. -
Method Summary
-
Field Details
-
activity
The activity. -
instance
protected jadex.core.IComponent instanceThe instance. -
thread
The process thread.
-
-
Constructor Details
-
Notifier
Create a notifier.
-
-
Method Details
-
notify
Initiate the notification.- Parameters:
event- The event.
-