org.drools.event
Class ActivationCancelledEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.drools.event.WorkingMemoryEvent
          extended by org.drools.event.ActivationCancelledEvent
All Implemented Interfaces:
java.io.Serializable

public class ActivationCancelledEvent
extends WorkingMemoryEvent

See Also:
Serialized Form

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()
           
 java.lang.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

ActivationCancelledEvent

public ActivationCancelledEvent(WorkingMemory workingMemory,
                                Rule rule,
                                Tuple tuple)
Method Detail

getRule

public Rule getRule()

getConsequence

public Consequence getConsequence()

getTuple

public Tuple getTuple()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject