ConnectionEventsCallback.onEvent()

DESCRIPTION

Invoked when an event occurs.

The implementor of this function should not let exceptions escape into the caller as the caller has no way to handle the exceptions meaningfully.

DECLARATION

    public abstract void onEvent(int event)

PARAMETERS

event:
the event which had happened.