Package pro.gravit.launcher.request
Interface WebSocketEvent
- All Superinterfaces:
pro.gravit.utils.TypeSerializeInterface
- All Known Implementing Classes:
AdditionalDataRequestEvent,AuthRequestEvent,BatchProfileByUsernameRequestEvent,CheckServerRequestEvent,CurrentUserRequestEvent,ErrorRequestEvent,ExitRequestEvent,FeaturesRequestEvent,FetchClientProfileKeyRequestEvent,GetAvailabilityAuthRequestEvent,GetPublicKeyRequestEvent,GetSecureLevelInfoRequestEvent,HardwareReportRequestEvent,JoinServerRequestEvent,LauncherRequestEvent,NotificationEvent,ProfileByUsernameRequestEvent,ProfileByUUIDRequestEvent,ProfilesRequestEvent,RefreshTokenRequestEvent,RequestEvent,RestoreRequestEvent,SecurityReportRequestEvent,ServerStatusRequestEvent,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
-
Method Details
-
getType
String getType()- Specified by:
getTypein interfacepro.gravit.utils.TypeSerializeInterface
-