RpcClient.Listener

interface Listener extends EventListener

Methods

onConnected

void onConnected()

onConnectionFailure

void onConnectionFailure(RpcError error)

onDisconnected

void onDisconnected()

onError

void onError(RpcError error)

onNotification

void onNotification(Notification notification)