org.drools.event.rule.impl
Class AgendaGroupPushedEventImpl

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

public class AgendaGroupPushedEventImpl
extends AgendaGroupEventImpl
implements org.drools.event.rule.AgendaGroupPushedEvent

See Also:
Serialized Form

Constructor Summary
AgendaGroupPushedEventImpl(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

AgendaGroupPushedEventImpl

public AgendaGroupPushedEventImpl(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.