Class SendEvent

  • All Implemented Interfaces:

    
    public class SendEvent
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public @interface SendEvent.Event
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int ATTACH
      public final static int SUCCESS
      public final static int ERROR
      public int event
      public Message message
      public ErrorCode code
    • Constructor Summary

      Constructors 
      Constructor Description
      SendEvent(int event, Message message)
      SendEvent(int event, Message message, ErrorCode code)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getEvent()
      Message getMessage()
      ErrorCode getCode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SendEvent

        SendEvent(int event, Message message)
      • SendEvent

        SendEvent(int event, Message message, ErrorCode code)