Drools :: Core 6.0.0.Beta5

org.drools.core.event.rule.impl
Class AgendaGroupPushedEventImpl

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

public class AgendaGroupPushedEventImpl
extends AgendaGroupEventImpl
implements org.kie.api.event.rule.AgendaGroupPushedEvent

See Also:
Serialized Form

Constructor Summary
AgendaGroupPushedEventImpl(org.kie.api.runtime.rule.AgendaGroup agendaGroup, org.kie.internal.runtime.KnowledgeRuntime kruntime)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.drools.core.event.rule.impl.AgendaGroupEventImpl
getAgendaGroup, getKieRuntime, readExternal, writeExternal
 
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.rule.AgendaGroupEvent
getAgendaGroup
 
Methods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntime
 

Constructor Detail

AgendaGroupPushedEventImpl

public AgendaGroupPushedEventImpl(org.kie.api.runtime.rule.AgendaGroup agendaGroup,
                                  org.kie.internal.runtime.KnowledgeRuntime kruntime)
Method Detail

toString

public String toString()
Overrides:
toString in class AgendaGroupEventImpl

Drools :: Core 6.0.0.Beta5

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