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