Class 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 Detail

      • GetRuleRuntimeEventListenersCommand

        public GetRuleRuntimeEventListenersCommand()
    • Method Detail

      • execute

        public Collection<org.kie.api.event.rule.RuleRuntimeEventListener> execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<Collection<org.kie.api.event.rule.RuleRuntimeEventListener>>