283284285286287288289290
KieBaseEventListener listener) { this.listener = listener; } public void afterFunctionRemoved(AfterFunctionRemovedEvent event) { this.listener.afterFunctionRemoved( new AfterFunctionRemovedEventImpl( this.kbase, event.getFunction() ) ); }
218219220221222223224225
KnowledgeBaseEventListener listener) { this.listener = listener; } public void afterFunctionRemoved(AfterFunctionRemovedEvent event) { this.listener.afterFunctionRemoved( new AfterFunctionRemovedEventImpl( this.kbase, event.getFunction() ) ); }
305306307308309310311312
270271272273274275276277
181182183184185186187188
229230231232233234235236
282283284285286287288289
271272273274275276277278
276277278279280281282283
280281282283284285286287