public class AddEventListenerCommand extends Object implements ExecutableCommand<Void>
| Constructor and Description |
|---|
AddEventListenerCommand(org.kie.api.event.rule.AgendaEventListener listener) |
AddEventListenerCommand(org.kie.api.event.process.ProcessEventListener listener) |
AddEventListenerCommand(org.kie.api.event.rule.RuleRuntimeEventListener listener) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(org.kie.api.runtime.Context context) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanRunInTransactionpublic AddEventListenerCommand(org.kie.api.event.rule.RuleRuntimeEventListener listener)
public AddEventListenerCommand(org.kie.api.event.rule.AgendaEventListener listener)
public AddEventListenerCommand(org.kie.api.event.process.ProcessEventListener listener)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.