public class RemoveEventListenerCommand extends Object implements ExecutableCommand<Void>
Constructor and Description |
---|
RemoveEventListenerCommand() |
RemoveEventListenerCommand(org.kie.api.event.rule.AgendaEventListener listener) |
RemoveEventListenerCommand(org.kie.api.event.process.ProcessEventListener listener) |
RemoveEventListenerCommand(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, wait
canRunInTransaction
public RemoveEventListenerCommand()
public RemoveEventListenerCommand(org.kie.api.event.rule.RuleRuntimeEventListener listener)
public RemoveEventListenerCommand(org.kie.api.event.rule.AgendaEventListener listener)
public RemoveEventListenerCommand(org.kie.api.event.process.ProcessEventListener listener)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.