org.drools.event
Interface WorkingMemoryEventListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- DebugWorkingMemoryEventListener, DefaultWorkingMemoryEventListener
public interface WorkingMemoryEventListener
- extends EventListener
objectAsserted
void objectAsserted(ObjectAssertedEvent event)
objectModified
void objectModified(ObjectModifiedEvent event)
objectRetracted
void objectRetracted(ObjectRetractedEvent event)
conditionTested
void conditionTested(ConditionTestedEvent event)
activationCreated
void activationCreated(ActivationCreatedEvent event)
activationCancelled
void activationCancelled(ActivationCancelledEvent event)
activationFired
void activationFired(ActivationFiredEvent event)
Copyright © 2001-2005 The Codehaus. All Rights Reserved.