public class ChangeAutoUploadEvent
extends java.lang.Object
CloudStorage for auto upload is going to be changed with another| Constructor and Description |
|---|
ChangeAutoUploadEvent(boolean confirmed,
int newStorageId,
boolean connected) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNewStorageId() |
boolean |
isConfirmed() |
boolean |
isConnected() |
public ChangeAutoUploadEvent(boolean confirmed,
int newStorageId,
boolean connected)
public boolean isConfirmed()
true if the change should proceed, false otherwisepublic int getNewStorageId()
CloudStorage.getDatabaseId() identifier of the new CloudStoragepublic boolean isConnected()
true if CloudStorage is connected, false otherwise