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