站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

AgendaEventSupport (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.event
Class AgendaEventSupport

java.lang.Object
  extended by org.drools.event.AgendaEventSupport
All Implemented Interfaces:
Serializable

public class AgendaEventSupport
extends Object
implements Serializable

Author:
Simon Harris
See Also:
Serialized Form

Constructor Summary
AgendaEventSupport(WorkingMemory workingMemory)
           
 
Method Summary
 void addEventListener(AgendaEventListener listener)
           
 void fireActivationCancelled(Activation activation, WorkingMemory workingMemory)
           
 void fireActivationCreated(Activation activation, WorkingMemory workingMemory)
           
 void fireAfterActivationFired(Activation activation)
           
 void fireAgendaGroupPopped(AgendaGroup agendaGroup)
           
 void fireAgendaGroupPushed(AgendaGroup agendaGroup)
           
 void fireBeforeActivationFired(Activation activation, WorkingMemory workingMemory)
           
 List getEventListeners()
           
 boolean isEmpty()
           
 void removeEventListener(AgendaEventListener listener)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgendaEventSupport

public AgendaEventSupport(WorkingMemory workingMemory)
Method Detail

addEventListener

public void addEventListener(AgendaEventListener listener)

removeEventListener

public void removeEventListener(AgendaEventListener listener)

getEventListeners

public List getEventListeners()

size

public int size()

isEmpty

public boolean isEmpty()

fireActivationCreated

public void fireActivationCreated(Activation activation,
                                  WorkingMemory workingMemory)

fireActivationCancelled

public void fireActivationCancelled(Activation activation,
                                    WorkingMemory workingMemory)

fireBeforeActivationFired

public void fireBeforeActivationFired(Activation activation,
                                      WorkingMemory workingMemory)

fireAfterActivationFired

public void fireAfterActivationFired(Activation activation)

fireAgendaGroupPopped

public void fireAgendaGroupPopped(AgendaGroup agendaGroup)

fireAgendaGroupPushed

public void fireAgendaGroupPushed(AgendaGroup agendaGroup)


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