Package jadex.bpmn.runtime.handler
Interface IExternalNotifier
- 
- All Known Implementing Classes:
- NotifierFrame
 
 public interface IExternalNotifierAn external system, in which a waiting can be initiated.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivateWait(java.util.Map properties, Notifier notifier)Activate a wait action on an external source.voidcancel()Cancel the wait action.
 
- 
- 
- 
Method Detail- 
activateWaitvoid activateWait(java.util.Map properties, Notifier notifier)Activate a wait action on an external source.- Parameters:
- properties- The properties.
- notifier- The notifier.
 
 - 
cancelvoid cancel() Cancel the wait action.
 
- 
 
-