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 SummaryAll 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.KieRuntimeEventgetKieRuntime
 - 
Methods inherited from interface org.kie.api.event.process.ProcessEventgetEventDate, getProcessInstance
 - 
Methods inherited from interface org.kie.api.event.process.ProcessNodeEventgetNodeInstance
 
- 
 
-