1 |
| package org.drools.event; |
2 |
| |
3 |
| public class DefaultWorkingMemoryEventListener |
4 |
| implements |
5 |
| WorkingMemoryEventListener |
6 |
| { |
7 |
0
| public DefaultWorkingMemoryEventListener()
|
8 |
| { |
9 |
| |
10 |
| } |
11 |
| |
12 |
0
| public void objectAsserted(ObjectAssertedEvent event)
|
13 |
| { |
14 |
| |
15 |
| } |
16 |
| |
17 |
0
| public void objectModified(ObjectModifiedEvent event)
|
18 |
| { |
19 |
| |
20 |
| } |
21 |
| |
22 |
0
| public void objectRetracted(ObjectRetractedEvent event)
|
23 |
| { |
24 |
| |
25 |
| } |
26 |
| |
27 |
0
| public void conditionTested(ConditionTestedEvent event)
|
28 |
| { |
29 |
| |
30 |
| } |
31 |
| |
32 |
0
| public void activationCreated(ActivationCreatedEvent event)
|
33 |
| { |
34 |
| |
35 |
| } |
36 |
| |
37 |
0
| public void activationCancelled(ActivationCancelledEvent event)
|
38 |
| { |
39 |
| |
40 |
| } |
41 |
| |
42 |
0
| public void activationFired(ActivationFiredEvent event)
|
43 |
| { |
44 |
| |
45 |
| } |
46 |
| } |