Interface WebSocketEvent

All Superinterfaces:
pro.gravit.utils.TypeSerializeInterface
All Known Implementing Classes:
AdditionalDataRequestEvent, AuthRequestEvent, BatchProfileByUsernameRequestEvent, CheckServerRequestEvent, CurrentUserRequestEvent, ErrorRequestEvent, ExceptionEvent, ExitRequestEvent, FeaturesRequestEvent, GetAvailabilityAuthRequestEvent, GetSecureLevelInfoRequestEvent, HardwareReportRequestEvent, JoinServerRequestEvent, LauncherRequestEvent, LogEvent, NotificationEvent, PingServerReportRequestEvent, PingServerRequestEvent, ProfileByUsernameRequestEvent, ProfileByUUIDRequestEvent, ProfilesRequestEvent, RefreshTokenRequestEvent, RegisterRequestEvent, RequestEvent, RestoreRequestEvent, RestoreSessionRequestEvent, SecurityReportRequestEvent, ServerStatusRequestEvent, SetProfileRequestEvent, SignalEvent, 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