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 MActivity
The activity.protected jadex.core.IComponent
The instance.protected ProcessThread
The 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.
-