Package org.kie.api.event.process
Interface SignalEvent
- 
- All Superinterfaces:
 KieRuntimeEvent,ProcessEvent,ProcessNodeEvent
public interface SignalEvent extends ProcessNodeEvent
An event when a signal is thrown 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetSignal()Object associated with this signalStringgetSignalName()The name of the signal- 
Methods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntime 
- 
Methods inherited from interface org.kie.api.event.process.ProcessEvent
getEventDate, getProcessInstance 
- 
Methods inherited from interface org.kie.api.event.process.ProcessNodeEvent
getNodeInstance 
 - 
 
 -