Interface WebSocketEvent

All Superinterfaces:
pro.gravit.utils.TypeSerializeInterface
All Known Implementing Classes:
AdditionalDataRequestEvent, AssetUploadInfoRequestEvent, AuthRequestEvent, BatchProfileByUsernameRequestEvent, CheckServerRequestEvent, CurrentUserRequestEvent, ErrorRequestEvent, ExitRequestEvent, FeaturesRequestEvent, FetchClientProfileKeyRequestEvent, GetAssetUploadUrlRequestEvent, GetAvailabilityAuthRequestEvent, GetPublicKeyRequestEvent, GetSecureLevelInfoRequestEvent, HardwareReportRequestEvent, JoinServerRequestEvent, LauncherRequestEvent, NotificationEvent, ProfileByUsernameRequestEvent, ProfileByUUIDRequestEvent, ProfilesRequestEvent, RefreshTokenRequestEvent, RequestEvent, RestoreRequestEvent, SecurityReportRequestEvent, SetProfileRequestEvent, UpdateListRequestEvent, UpdateRequestEvent, VerifySecureLevelKeyRequestEvent

public interface WebSocketEvent extends pro.gravit.utils.TypeSerializeInterface
The interface of all events sent by the server to the client
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getType

      String getType()
      Specified by:
      getType in interface pro.gravit.utils.TypeSerializeInterface