public class Notifier
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bpmn.model.MActivity |
activity
The activity.
|
protected jadex.bridge.IInternalAccess |
instance
The instance.
|
protected ProcessThread |
thread
The process thread.
|
Constructor and Description |
---|
Notifier(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
Create a notifier.
|
Modifier and Type | Method and Description |
---|---|
void |
notify(java.lang.Object event)
Initiate the notification.
|
protected jadex.bpmn.model.MActivity activity
protected jadex.bridge.IInternalAccess instance
protected ProcessThread thread
public Notifier(jadex.bpmn.model.MActivity activity, jadex.bridge.IInternalAccess instance, ProcessThread thread)