public static interface OfflineRegion.OfflineRegionStatusCallback
String
error message otherwise.Modifier and Type | Method | Description |
---|---|---|
void |
onError(java.lang.String error) |
Receives the error message
|
void |
onStatus(OfflineRegionStatus status) |
Receives the status
|
void onStatus(OfflineRegionStatus status)
status
- the offline region statusvoid onError(java.lang.String error)
error
- the error message