Interface IMessageEvent<T>

All Superinterfaces:
IElement, IParameterElement

public interface IMessageEvent<T> extends IParameterElement
The interface for all message events (concrete and referenced).
  • Method Details

    • getMessage

      T getMessage()
      Get the native (platform specific) message object.
      Returns:
      The native message.