Drools :: Core 6.0.0.Beta5

org.drools.core.event.knowlegebase.impl
Class BeforeFunctionRemovedEventImpl

java.lang.Object
  extended by org.drools.core.event.knowlegebase.impl.KnowledgeBaseEventImpl
      extended by 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
BeforeFunctionRemovedEventImpl(org.kie.internal.KnowledgeBase knowledgeBase, String function)
           
 
Method Summary
 String getFunction()
           
 String toString()
           
 
Methods inherited from class org.drools.core.event.knowlegebase.impl.KnowledgeBaseEventImpl
getKieBase
 
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

BeforeFunctionRemovedEventImpl

public BeforeFunctionRemovedEventImpl(org.kie.internal.KnowledgeBase knowledgeBase,
                                      String function)
Method Detail

getFunction

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

toString

public String toString()
Overrides:
toString in class KnowledgeBaseEventImpl

Drools :: Core 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.