Interface IMessage

All Superinterfaces:
Serializable
All Known Implementing Classes:
Message

public interface IMessage extends Serializable
This message interface.
Since:
1.0, 25/09/2009
Author:
vlygeros
See Also:
  • Method Details

    • getRecipient

      String getRecipient()
      Returns:
      The recipient name for the message.
    • getEventType

      int getEventType()
      Returns:
      The custom event type value.
    • getBody

      Object getBody()
      Returns:
      The body of the message.