Package pro.gravit.launcher.client.gui
Class GuiEventHandler
- java.lang.Object
-
- pro.gravit.launcher.client.gui.GuiEventHandler
-
- All Implemented Interfaces:
pro.gravit.launcher.request.websockets.ClientWebSocketService.EventHandler
public class GuiEventHandler extends java.lang.Object implements pro.gravit.launcher.request.websockets.ClientWebSocketService.EventHandler
-
-
Constructor Summary
Constructors Constructor Description GuiEventHandler(JavaFXApplication application)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends pro.gravit.launcher.request.WebSocketEvent>
booleaneventHandle(T event)
-
-
-
Constructor Detail
-
GuiEventHandler
public GuiEventHandler(JavaFXApplication application)
-
-