org.drools.event
Class DefaultWorkingMemoryEventListener

java.lang.Object
  extended by org.drools.event.DefaultWorkingMemoryEventListener
All Implemented Interfaces:
java.util.EventListener, WorkingMemoryEventListener

public class DefaultWorkingMemoryEventListener
extends java.lang.Object
implements WorkingMemoryEventListener


Constructor Summary
DefaultWorkingMemoryEventListener()
           
 
Method Summary
 void activationCancelled(ActivationCancelledEvent event)
           
 void activationCreated(ActivationCreatedEvent event)
           
 void activationFired(ActivationFiredEvent event)
           
 void conditionTested(ConditionTestedEvent event)
           
 void objectAsserted(ObjectAssertedEvent event)
           
 void objectModified(ObjectModifiedEvent event)
           
 void objectRetracted(ObjectRetractedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWorkingMemoryEventListener

public DefaultWorkingMemoryEventListener()
Method Detail

objectAsserted

public void objectAsserted(ObjectAssertedEvent event)
Specified by:
objectAsserted in interface WorkingMemoryEventListener

objectModified

public void objectModified(ObjectModifiedEvent event)
Specified by:
objectModified in interface WorkingMemoryEventListener

objectRetracted

public void objectRetracted(ObjectRetractedEvent event)
Specified by:
objectRetracted in interface WorkingMemoryEventListener

conditionTested

public void conditionTested(ConditionTestedEvent event)
Specified by:
conditionTested in interface WorkingMemoryEventListener

activationCreated

public void activationCreated(ActivationCreatedEvent event)
Specified by:
activationCreated in interface WorkingMemoryEventListener

activationCancelled

public void activationCancelled(ActivationCancelledEvent event)
Specified by:
activationCancelled in interface WorkingMemoryEventListener

activationFired

public void activationFired(ActivationFiredEvent event)
Specified by:
activationFired in interface WorkingMemoryEventListener