org.drools.event
Interface WorkingMemoryEventListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- DebugWorkingMemoryEventListener, DefaultWorkingMemoryEventListener
- public interface WorkingMemoryEventListener
- extends 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)
Copyright © 2001-2004 The Codehaus. All Rights Reserved.