Class AfterFunctionRemovedEventImpl

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

    public class AfterFunctionRemovedEventImpl
    extends KnowledgeBaseEventImpl
    implements org.kie.api.event.kiebase.AfterFunctionRemovedEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      AfterFunctionRemovedEventImpl​(org.kie.api.KieBase knowledgeBase, java.lang.String function)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFunction()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.kie.api.event.kiebase.KieBaseEvent

        getKieBase
    • Constructor Detail

      • AfterFunctionRemovedEventImpl

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

      • getFunction

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