Bug 709339 - First mostly functional drop of native Sync. a=mobile
This commit is contained in:
@@ -43,9 +43,11 @@ public interface SynchronizerSessionDelegate {
|
||||
public void onSynchronized(SynchronizerSession session);
|
||||
public void onSynchronizeFailed(SynchronizerSession session, Exception lastException, String reason);
|
||||
public void onSynchronizeAborted(SynchronizerSession synchronizerSession);
|
||||
public void onSynchronizeSkipped(SynchronizerSession synchronizerSession);
|
||||
|
||||
// TODO: return value?
|
||||
public void onFetchError(Exception e);
|
||||
public void onStoreError(Exception e);
|
||||
public void onSessionError(Exception e);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user