org.drools.event.knowlegebase.impl
Class AfterFunctionRemovedEventImpl

java.lang.Object
  extended by org.drools.event.knowlegebase.impl.KnowledgeBaseEventImpl
      extended by org.drools.event.knowlegebase.impl.AfterFunctionRemovedEventImpl
All Implemented Interfaces:
org.drools.event.knowledgebase.AfterFunctionRemovedEvent, org.drools.event.knowledgebase.KnowledgeBaseEvent

public class AfterFunctionRemovedEventImpl
extends KnowledgeBaseEventImpl
implements org.drools.event.knowledgebase.AfterFunctionRemovedEvent


Constructor Summary
AfterFunctionRemovedEventImpl(org.drools.KnowledgeBase knowledgeBase, String function)
           
 
Method Summary
 String getFunction()
           
 String toString()
           
 
Methods inherited from class org.drools.event.knowlegebase.impl.KnowledgeBaseEventImpl
getKnowledgeBase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.drools.event.knowledgebase.KnowledgeBaseEvent
getKnowledgeBase
 

Constructor Detail

AfterFunctionRemovedEventImpl

public AfterFunctionRemovedEventImpl(org.drools.KnowledgeBase knowledgeBase,
                                     String function)
Method Detail

getFunction

public String getFunction()
Specified by:
getFunction in interface org.drools.event.knowledgebase.AfterFunctionRemovedEvent

toString

public String toString()
Overrides:
toString in class KnowledgeBaseEventImpl


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