|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.drools.event.WorkingMemoryEvent
org.drools.event.ActivationCancelledEvent
public class ActivationCancelledEvent
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ActivationCancelledEvent(WorkingMemory workingMemory,
Rule rule,
Tuple tuple)
|
Method Summary | |
---|---|
Consequence |
getConsequence()
|
Rule |
getRule()
|
Tuple |
getTuple()
|
String |
toString()
|
Methods inherited from class org.drools.event.WorkingMemoryEvent |
---|
getWorkingMemory |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActivationCancelledEvent(WorkingMemory workingMemory, Rule rule, Tuple tuple)
Method Detail |
---|
public Rule getRule()
public Consequence getConsequence()
public Tuple getTuple()
public String toString()
toString
in class EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |