Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.delegates | |
com.softwareag.mobile.runtime.toolkit.operations | |
com.softwareag.mobile.runtime.toolkit.util |
Constructor and Description |
---|
AbstractListDatasource(Observer observer)
create the datasource and add one initial
Observer ; see also
Observable.addObserver(Observer) |
Modifier and Type | Class and Description |
---|---|
class |
SyncClient
The
SyncClient enables clients to synchronize JSON-based data
with Software AGs Integration Server. |
Modifier and Type | Method and Description |
---|---|
void |
Observable.addObserver(Observer observer)
Adds a new
Observer if it's not already registered. |
void |
Observable.deleteObserver(Observer observer)
Deletes a registered
Observer . |