Package jadex.bdi.runtime
Interface IMessageEvent<T>
- All Superinterfaces:
IElement
,IParameterElement
The interface for all message events (concrete and referenced).
-
Method Summary
Modifier and TypeMethodDescriptionGet the native (platform specific) message object.Methods inherited from interface jadex.bdi.runtime.IElement
getCount, getId, getModelElement
Methods inherited from interface jadex.bdi.runtime.IParameterElement
getParameter, getParameters, getParameterSet, getParameterSets, getType, hasParameter, hasParameterSet
-
Method Details
-
getMessage
T getMessage()Get the native (platform specific) message object.- Returns:
- The native message.
-