JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.codename1.io
WebSocket
ConnectHandler
Contents
Description
Method Summary
Method Details
onConnect(WebSocket)
Hide sidebar
Show sidebar
Interface WebSocket.ConnectHandler
Enclosing class:
WebSocket
public static interface
WebSocket.ConnectHandler
Handler for the connection-established event.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onConnect
(
WebSocket
ws)
Method Details
onConnect
void
onConnect
(
WebSocket
ws)