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