org.drools.event
Interface WorkingMemoryEventListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- DebugWorkingMemoryEventListener, DefaultWorkingMemoryEventListener
- public interface WorkingMemoryEventListener
- extends java.util.EventListener
-

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)