Interface WebSocketEvent
- All Superinterfaces:
pro.gravit.utils.TypeSerializeInterface
- All Known Implementing Classes:
AdditionalDataRequestEvent, AssetUploadInfoRequestEvent, AuthRequestEvent, BatchProfileByUsernameRequestEvent, CheckServerRequestEvent, CurrentUserRequestEvent, ErrorRequestEvent, ExitRequestEvent, FeaturesRequestEvent, FetchClientProfileKeyRequestEvent, GetAssetUploadUrlRequestEvent, GetAvailabilityAuthRequestEvent, GetConnectUUIDRequestEvent, GetPublicKeyRequestEvent, GetSecureLevelInfoRequestEvent, HardwareReportRequestEvent, JoinServerRequestEvent, LauncherRequestEvent, NotificationEvent, ProfileByUsernameRequestEvent, ProfileByUUIDRequestEvent, ProfilesRequestEvent, RefreshTokenRequestEvent, RequestEvent, RestoreRequestEvent, SecurityReportRequestEvent, SetProfileRequestEvent, UpdateRequestEvent, VerifySecureLevelKeyRequestEvent
public interface WebSocketEvent
extends pro.gravit.utils.TypeSerializeInterface
The interface of all events sent by the server to the client
-
Method Summary
-
Method Details
-
getType
String getType()- Specified by:
getTypein interfacepro.gravit.utils.TypeSerializeInterface
-