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