Package org.drools.commands.runtime.rule
Class GetRuleRuntimeEventListenersCommand
- java.lang.Object
-
- org.drools.commands.runtime.rule.GetRuleRuntimeEventListenersCommand
-
- All Implemented Interfaces:
java.io.Serializable,org.kie.api.command.Command<java.util.Collection<org.kie.api.event.rule.RuleRuntimeEventListener>>,org.kie.api.command.ExecutableCommand<java.util.Collection<org.kie.api.event.rule.RuleRuntimeEventListener>>
public class GetRuleRuntimeEventListenersCommand extends java.lang.Object implements org.kie.api.command.ExecutableCommand<java.util.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 java.util.Collection<org.kie.api.event.rule.RuleRuntimeEventListener>execute(org.kie.api.runtime.Context context)java.lang.StringtoString()
-
-
-
Method Detail
-
execute
public java.util.Collection<org.kie.api.event.rule.RuleRuntimeEventListener> execute(org.kie.api.runtime.Context context)
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<java.util.Collection<org.kie.api.event.rule.RuleRuntimeEventListener>>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-