this.listener.afterRuleRemoved( new AfterRuleRemovedEventImpl( this.kbase,
new RuleImpl( event.getRule() ) ) );
}
public void beforeFunctionRemoved(BeforeFunctionRemovedEvent event) {
this.listener.beforeFunctionRemoved( new BeforeFunctionRemovedEventImpl( this.kbase,
event.getFunction() ) );
}