Package org.kie.api.event.kiebase
Interface BeforeKieBaseUnlockedEvent
- 
- All Superinterfaces:
 KieBaseEvent
public interface BeforeKieBaseUnlockedEvent extends KieBaseEvent
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KieBasegetKieBase() 
 - 
 
- 
- 
Method Detail
- 
getKieBase
KieBase getKieBase()
- Specified by:
 getKieBasein interfaceKieBaseEvent
 
 - 
 
 -