Class BeforeFunctionRemovedEventImpl

  • All Implemented Interfaces:
    org.kie.api.event.kiebase.BeforeFunctionRemovedEvent, org.kie.api.event.kiebase.KieBaseEvent

    public class BeforeFunctionRemovedEventImpl
    extends KnowledgeBaseEventImpl
    implements org.kie.api.event.kiebase.BeforeFunctionRemovedEvent
    • Constructor Detail

      • BeforeFunctionRemovedEventImpl

        public BeforeFunctionRemovedEventImpl​(org.kie.api.KieBase knowledgeBase,
                                              String function)
    • Method Detail

      • getFunction

        public String getFunction()
        Specified by:
        getFunction in interface org.kie.api.event.kiebase.BeforeFunctionRemovedEvent