Package com.uc4.communication
Class CloseEvent
- java.lang.Object
-
- com.uc4.communication.CloseEvent
-
public class CloseEvent extends java.lang.Object
Represents a KickEvent which is passed to aIKickEventListener
-
-
Constructor Summary
Constructors Constructor Description CloseEvent(int eventCode, java.lang.String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
return code of the close (websocket)java.lang.String
getReason()
java.lang.String
toString()
-