Package jadex.bpmn.runtime.handler
Class Notifier
- java.lang.Object
-
- jadex.bpmn.runtime.handler.Notifier
-
public class Notifier extends java.lang.Object
Notifier for initiating external notifications.
-
-
Field Summary
Fields Modifier and Type Field Description protected MActivity
activity
The activity.protected IInternalAccess
instance
The instance.protected ProcessThread
thread
The process thread.
-
Constructor Summary
Constructors Constructor Description Notifier(MActivity activity, IInternalAccess instance, ProcessThread thread)
Create a notifier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notify(java.lang.Object event)
Initiate the notification.
-
-
-
Field Detail
-
activity
protected MActivity activity
The activity.
-
instance
protected IInternalAccess instance
The instance.
-
thread
protected ProcessThread thread
The process thread.
-
-
Constructor Detail
-
Notifier
public Notifier(MActivity activity, IInternalAccess instance, ProcessThread thread)
Create a notifier.
-
-