org.drools.event
Class DefaultWorkingMemoryEventListener
java.lang.Object
org.drools.event.DefaultWorkingMemoryEventListener
- All Implemented Interfaces:
- java.util.EventListener, WorkingMemoryEventListener
public class DefaultWorkingMemoryEventListener
- extends java.lang.Object
- implements WorkingMemoryEventListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultWorkingMemoryEventListener
public DefaultWorkingMemoryEventListener()
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