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 SummaryFields Modifier and Type Field Description protected jadex.bpmn.model.MActivityactivityThe activity.protected IInternalAccessinstanceThe instance.protected ProcessThreadthreadThe process thread.
 - 
Constructor SummaryConstructors Constructor Description Notifier(jadex.bpmn.model.MActivity activity, IInternalAccess instance, ProcessThread thread)Create a notifier.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotify(java.lang.Object event)Initiate the notification.
 
- 
- 
- 
Field Detail- 
activityprotected jadex.bpmn.model.MActivity activity The activity.
 - 
instanceprotected IInternalAccess instance The instance.
 - 
threadprotected ProcessThread thread The process thread.
 
- 
 - 
Constructor Detail- 
Notifierpublic Notifier(jadex.bpmn.model.MActivity activity, IInternalAccess instance, ProcessThread thread)Create a notifier.
 
- 
 
-