Interface WebSocketListener

All Known Implementing Classes:
WebSocketAdapter

public interface WebSocketListener
Listener interface to receive WebSocket events.

An implementation of this interface should be added by WebSocket.addListener(WebSocketListener) to a WebSocket instance before calling WebSocket.connect().

WebSocketAdapter is an empty implementation of this interface.

See Also: