Package org.kie.api.event.process
Interface MessageEvent
- 
- All Superinterfaces:
 KieRuntimeEvent,ProcessEvent,ProcessNodeEvent
public interface MessageEvent extends ProcessNodeEvent
An event when a message is sent 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetMessage()Object associated with this messagejava.lang.StringgetMessageName()The name of the message- 
Methods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntime 
- 
Methods inherited from interface org.kie.api.event.process.ProcessEvent
getEventDate, getEventIdentity, getProcessInstance 
- 
Methods inherited from interface org.kie.api.event.process.ProcessNodeEvent
getNodeInstance 
 - 
 
 -