Drools :: Core 6.0.0.Beta5

org.drools.core.event
Class ActivationCancelledEvent

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

public class ActivationCancelledEvent
extends ActivationEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ActivationCancelledEvent(Activation activation, org.kie.api.event.rule.MatchCancelledCause cause)
           
 
Method Summary
 org.kie.api.event.rule.MatchCancelledCause getCause()
           
 String toString()
           
 
Methods inherited from class org.drools.core.event.ActivationEvent
getActivation
 
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(Activation activation,
                                org.kie.api.event.rule.MatchCancelledCause cause)
Method Detail

getCause

public org.kie.api.event.rule.MatchCancelledCause getCause()

toString

public String toString()
Overrides:
toString in class EventObject

Drools :: Core 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.