Class KnowledgeBaseEventImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      KnowledgeBaseEventImpl​(org.kie.api.KieBase knowledgeBase)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kie.api.KieBase getKieBase()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • KnowledgeBaseEventImpl

        public KnowledgeBaseEventImpl​(org.kie.api.KieBase knowledgeBase)
    • Method Detail

      • getKieBase

        public org.kie.api.KieBase getKieBase()
        Specified by:
        getKieBase in interface org.kie.api.event.kiebase.KieBaseEvent
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object