public Collection<WorkingMemoryEventListener> getWorkingMemoryEventListeners() {
return commandService.execute( new GetWorkingMemoryEventListenersCommand() );
}
public Collection<RuleRuntimeEventListener> getRuleRuntimeEventListeners() {
return commandService.execute( new GetRuleRuntimeEventListenersCommand() );
}