Class GetRuleRuntimeEventListenersCommand
- java.lang.Object
-
- org.drools.core.command.runtime.rule.GetRuleRuntimeEventListenersCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<Collection<org.kie.api.event.rule.RuleRuntimeEventListener>>,org.kie.api.command.ExecutableCommand<Collection<org.kie.api.event.rule.RuleRuntimeEventListener>>
public class GetRuleRuntimeEventListenersCommand extends Object implements org.kie.api.command.ExecutableCommand<Collection<org.kie.api.event.rule.RuleRuntimeEventListener>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetRuleRuntimeEventListenersCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.kie.api.event.rule.RuleRuntimeEventListener>execute(org.kie.api.runtime.Context context)StringtoString()
-
-
-
Method Detail
-
execute
public Collection<org.kie.api.event.rule.RuleRuntimeEventListener> execute(org.kie.api.runtime.Context context)
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<Collection<org.kie.api.event.rule.RuleRuntimeEventListener>>
-
-