Class BeforeFunctionRemovedEventImpl
- java.lang.Object
-
- org.drools.core.event.knowlegebase.impl.KnowledgeBaseEventImpl
-
- org.drools.core.event.knowlegebase.impl.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 Summary
Constructors Constructor Description BeforeFunctionRemovedEventImpl(org.kie.api.KieBase knowledgeBase, String function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFunction()StringtoString()-
Methods inherited from class org.drools.core.event.knowlegebase.impl.KnowledgeBaseEventImpl
getKieBase
-
-
-
-
Constructor Detail
-
BeforeFunctionRemovedEventImpl
public BeforeFunctionRemovedEventImpl(org.kie.api.KieBase knowledgeBase, String function)
-
-
Method Detail
-
getFunction
public String getFunction()
- Specified by:
getFunctionin interfaceorg.kie.api.event.kiebase.BeforeFunctionRemovedEvent
-
toString
public String toString()
- Overrides:
toStringin classKnowledgeBaseEventImpl
-
-