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 SummaryAll 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.IElementgetModelElement
 - 
Methods inherited from interface jadex.bdiv3x.runtime.IParameterElementgetParameter, getParameters, getParameterSet, getParameterSets, getType, hasParameter, hasParameterSet
 
- 
 
- 
- 
- 
Method Detail- 
getMessageT getMessage() Get the native (platform specific) message object.- Returns:
- The native message.
 
 
- 
 
-