Class ConnectingEvent


  • public class ConnectingEvent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectingEvent​(int code, java.lang.String reason)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCode()  
      java.lang.String getReason()  
      • Methods inherited from class java.lang.Object

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

      • ConnectingEvent

        public ConnectingEvent​(int code,
                               java.lang.String reason)
    • Method Detail

      • getReason

        public java.lang.String getReason()
      • getCode

        public int getCode()