Skip to main content

ConnectionListener

Complete API reference for ConnectionListener, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Uncategorized

Component: no


public interface ConnectionListener

Methods

SignatureReturnsDescription
onConnected()voidExecutes onConnected and returns after the underlying engine call finishes.
onDisconnected()voidExecutes onDisconnected and returns after the underlying engine call finishes.
onError(String, int)voidExecutes onError and returns after the underlying engine call finishes.