Package jadex.bdiv3x.runtime
Interface IMessageEvent<T>
- 
- All Superinterfaces:
 IElement,IParameterElement
- All Known Implementing Classes:
 RMessageEvent
public interface IMessageEvent<T> extends IParameterElement
The interface for all message events (concrete and referenced). 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetMessage()Get the native (platform specific) message object.- 
Methods inherited from interface jadex.bdiv3x.runtime.IElement
getModelElement 
- 
Methods inherited from interface jadex.bdiv3x.runtime.IParameterElement
getParameter, getParameters, getParameterSet, getParameterSets, getType, hasParameter, hasParameterSet 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getMessage
T getMessage()
Get the native (platform specific) message object.- Returns:
 - The native message.
 
 
 - 
 
 -