Package com.wowza.wms.websocket.model
Interface IWebSocketEventNotify2
-
- All Superinterfaces:
IWebSocketEventNotify
- All Known Implementing Classes:
WebSocketEventNotifyBase
public interface IWebSocketEventNotify2 extends IWebSocketEventNotify
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onIdle(IWebSocketSession webSocketSession)
-
Methods inherited from interface com.wowza.wms.websocket.model.IWebSocketEventNotify
onCreate, onDestroy, onMessage
-
-
-
-
Method Detail
-
onIdle
void onIdle(IWebSocketSession webSocketSession)
-
-