Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.delegates |
Modifier and Type | Method and Description |
---|---|
void |
ISyncClientListener.onCredentialsChanged(SyncClient syncClient)
Notifies that the credentials have been changed.
|
void |
ISyncClientListener.onDataUpdated(SyncClient syncClient,
RowStructure rowStructure)
Notifies that a new or updated
RowStructure has been processed. |
void |
ISyncClientListener.onDownloadFinished(SyncClient syncClient,
boolean failed)
Notifies that the download operation is finished.
|
void |
ISyncClientListener.onDownloadStarted(SyncClient syncClient)
Notifies that a new download is started.
|
void |
ISyncClientListener.onMissingCredentials(SyncClient syncClient)
Notifies that credentials are missing.
|
void |
ISyncClientListener.onStart(SyncClient syncClient)
Notifies that the
start() method has been called. |
void |
ISyncClientListener.onStop(SyncClient syncClient)
Notifies that the
stop() method has been called. |
void |
ISyncClientListener.onSyncFinished(SyncClient syncClient,
boolean failed)
Notifies that the sync operation is finished.
|
void |
ISyncClientListener.onSyncStarted(SyncClient syncClient)
Notifies that a new sync is started.
|