org.drools.event.rule.impl
Class AgendaGroupPoppedEventImpl

java.lang.Object
  extended by org.drools.event.rule.impl.AgendaGroupEventImpl
      extended by org.drools.event.rule.impl.AgendaGroupPoppedEventImpl
All Implemented Interfaces:
Externalizable, Serializable, org.drools.event.KnowledgeRuntimeEvent, org.drools.event.rule.AgendaGroupEvent, org.drools.event.rule.AgendaGroupPoppedEvent

public class AgendaGroupPoppedEventImpl
extends AgendaGroupEventImpl
implements org.drools.event.rule.AgendaGroupPoppedEvent

See Also:
Serialized Form

Constructor Summary
AgendaGroupPoppedEventImpl(org.drools.runtime.rule.AgendaGroup agendaGroup, org.drools.runtime.KnowledgeRuntime kruntime)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.drools.event.rule.impl.AgendaGroupEventImpl
getAgendaGroup, getKnowledgeRuntime, readExternal, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.drools.event.rule.AgendaGroupEvent
getAgendaGroup
 
Methods inherited from interface org.drools.event.KnowledgeRuntimeEvent
getKnowledgeRuntime
 

Constructor Detail

AgendaGroupPoppedEventImpl

public AgendaGroupPoppedEventImpl(org.drools.runtime.rule.AgendaGroup agendaGroup,
                                  org.drools.runtime.KnowledgeRuntime kruntime)
Method Detail

toString

public String toString()
Overrides:
toString in class AgendaGroupEventImpl


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.