Class MessageEvent

java.lang.Object
jadex.messaging.impl.MessageEvent

public class MessageEvent extends Object
Represents the event of a sent or received message for monitoring of communication.
  • Field Details

    • type

      protected MessageEvent.Type type
      The event type.
    • secinfos

      protected ISecurityInfo secinfos
      The security infos (only for received).
    • body

      protected Object body
      The message body.
  • Constructor Details

  • Method Details

    • getType

      public MessageEvent.Type getType()
      Get the type.
    • setType

      public void setType(MessageEvent.Type type)
      Set the type.
    • getSecinfos

      public ISecurityInfo getSecinfos()
      Get the security infos.
    • setSecinfos

      public void setSecinfos(ISecurityInfo secinfos)
      Set the security infos.
    • getBody

      public Object getBody()
      Get the body.
    • setBody

      public void setBody(Object body)
      Set the body.