public interface ConnectedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConnect()
Calls when application has been connected to the database.
|
void |
onDisconnect()
Calls when application has been disconnected from database.
|