ConnectionService
.
Attributes | Name and Description |
---|---|
|
caplin.services.ConnectionServiceListener()
|
Attributes | Name and Description |
---|---|
|
void
onConnectionAvailable(sLiberatorUrl Liberator)
Will be called when the connection is ready and all the services are up. |
|
void
onConnectionInfo(sMessage )
Will be called when any message which doesn't affect the connection state arrives. |
|
void
onConnectionLimited(pReasons A)
Will be called when not all sources of data are up and this connection is not completely ok. |
|
void
onConnectionUnavailable(string liberatorUrl, string reason)
Will be called when the connection is down. |
►
caplin.services.ConnectionServiceListener()
►
void
onConnectionAvailable(sLiberatorUrl Liberator)
Will be called when the connection is ready and all the services are up.
sLiberatorUrl | Liberator | url which provides the connection. |
►
void
onConnectionInfo(sMessage )
Will be called when any message which doesn't affect the connection state arrives.
sMessage |
►
void
onConnectionLimited(pReasons A)
Will be called when not all sources of data are up and this connection is not completely ok. Some data may be missing or stale.
pReasons | A | list of reasons of why this connection is limited. |