283284285286287288289290
KieBaseEventListener listener) { this.listener = listener; } public void afterFunctionRemoved(AfterFunctionRemovedEvent event) { this.listener.afterFunctionRemoved( new AfterFunctionRemovedEventImpl( this.kbase, event.getFunction() ) ); }
223224225226227228229230
KnowledgeBaseEventListener listener) { this.listener = listener; } public void afterFunctionRemoved(AfterFunctionRemovedEvent event) { this.listener.afterFunctionRemoved( new AfterFunctionRemovedEventImpl( this.kbase, event.getFunction() ) ); }
281282283284285286287288
277278279280281282283284
270271272273274275276277