org.drools.event
Interface WorkingMemoryEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DebugWorkingMemoryEventListener, DefaultWorkingMemoryEventListener

public interface WorkingMemoryEventListener
extends java.util.EventListener

 

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)
           
 

Method Detail

objectAsserted

public void objectAsserted(ObjectAssertedEvent event)

objectModified

public void objectModified(ObjectModifiedEvent event)

objectRetracted

public void objectRetracted(ObjectRetractedEvent event)

conditionTested

public void conditionTested(ConditionTestedEvent event)

activationCreated

public void activationCreated(ActivationCreatedEvent event)

activationCancelled

public void activationCancelled(ActivationCancelledEvent event)

activationFired

public void activationFired(ActivationFiredEvent event)