ConnectionListener
Complete API reference for ConnectionListener, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public interface ConnectionListener
Methods
| Signature | Returns | Description |
|---|---|---|
onConnected() | void | Executes onConnected and returns after the underlying engine call finishes. |
onDisconnected() | void | Executes onDisconnected and returns after the underlying engine call finishes. |
onError(String, int) | void | Executes onError and returns after the underlying engine call finishes. |