Package io.openems.common.websocket
Class OnNotificationHandler
- java.lang.Object
-
- io.openems.common.websocket.OnNotificationHandler
-
- All Implemented Interfaces:
java.lang.Runnable
public class OnNotificationHandler extends java.lang.Object implements java.lang.Runnable
-
-
Constructor Summary
Constructors Constructor Description OnNotificationHandler(AbstractWebsocket<?> parent, org.java_websocket.WebSocket ws, JsonrpcNotification notification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
OnNotificationHandler
public OnNotificationHandler(AbstractWebsocket<?> parent, org.java_websocket.WebSocket ws, JsonrpcNotification notification)
-
-