public interface IInternalProcessEngineService
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.String> |
addEventMatcher(java.lang.String[] eventtypes,
jadex.bridge.modelinfo.UnparsedExpression expression,
java.lang.String[] imports,
java.util.Map<java.lang.String,java.lang.Object> params,
boolean remove,
jadex.commons.IResultCommand<jadex.commons.future.IFuture<java.lang.Void>,java.lang.Object> command)
Register an event description to be notified, when the event happens.
|
jadex.commons.future.IFuture<java.lang.Void> |
removeEventMatcher(java.lang.String id)
Register an event description to be notified, when the event happens.
|
jadex.commons.future.IFuture<java.lang.String> addEventMatcher(java.lang.String[] eventtypes, jadex.bridge.modelinfo.UnparsedExpression expression, java.lang.String[] imports, java.util.Map<java.lang.String,java.lang.Object> params, boolean remove, jadex.commons.IResultCommand<jadex.commons.future.IFuture<java.lang.Void>,java.lang.Object> command)
jadex.commons.future.IFuture<java.lang.Void> removeEventMatcher(java.lang.String id)