Package org.kie.api.event.rule
Interface MatchEvent
- 
- All Superinterfaces:
- KieRuntimeEvent
 - All Known Subinterfaces:
- AfterMatchFiredEvent,- BeforeMatchFiredEvent,- MatchCancelledEvent,- MatchCreatedEvent
 
 public interface MatchEvent extends KieRuntimeEvent 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchgetMatch()- 
Methods inherited from interface org.kie.api.event.KieRuntimeEventgetKieRuntime
 
- 
 
- 
- 
- 
Method Detail- 
getMatchMatch getMatch() 
 
- 
 
-