Package org.kie.api.event.rule
Interface MatchCancelledEvent
- 
- All Superinterfaces:
- KieRuntimeEvent,- MatchEvent
 
 public interface MatchCancelledEvent extends MatchEvent 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchCancelledCausegetCause()- 
Methods inherited from interface org.kie.api.event.KieRuntimeEventgetKieRuntime
 - 
Methods inherited from interface org.kie.api.event.rule.MatchEventgetMatch
 
- 
 
- 
- 
- 
Method Detail- 
getCauseMatchCancelledCause getCause() 
 
- 
 
-