public static interface DbxFile.Listener
Listeners are called on the main UI thread. To keep your UI responsive, you shouldn't do anything slow in your listener.
Modifier and Type | Method and Description |
---|---|
void |
onFileChange(DbxFile file)
Called when there's a change to the sync status,
file info, or contents of this file.
|
void onFileChange(DbxFile file)
file
- the file on which the listener was registered.