|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FHSyncListener
Implement the listener interface to monitor events invoked by the sync framework.
Method Summary | |
---|---|
void |
onClientStorageFailed(NotificationMessage pMessage)
Invoked when a client storage failed event is emitted. |
void |
onCollisionDetected(NotificationMessage pMessage)
Invoked when a collision event is emitted. |
void |
onDeltaReceived(NotificationMessage pMessage)
Invoked when a delta received event is emitted. |
void |
onLocalUpdateApplied(NotificationMessage pMessage)
Invoked when a local update applied event is emitted. |
void |
onRemoteUpdateApplied(NotificationMessage pMessage)
Invoked when a remote update event is emitted. |
void |
onRemoteUpdateFailed(NotificationMessage pMessage)
Invoked when a remote update failed event is emitted. |
void |
onSyncCompleted(NotificationMessage pMessage)
Invoked when a sync loop complete event is emitted |
void |
onSyncFailed(NotificationMessage pMessage)
Invoked when a sync failed event is emitted. |
void |
onSyncStarted(NotificationMessage pMessage)
Invoked when a sync loop start event is emitted |
void |
onUpdateOffline(NotificationMessage pMessage)
Invoked when a offline update event is emitted. |
Method Detail |
---|
void onSyncStarted(NotificationMessage pMessage)
pMessage
- The messagevoid onSyncCompleted(NotificationMessage pMessage)
pMessage
- The messagevoid onUpdateOffline(NotificationMessage pMessage)
pMessage
- The messagevoid onCollisionDetected(NotificationMessage pMessage)
pMessage
- The messagevoid onRemoteUpdateFailed(NotificationMessage pMessage)
pMessage
- The messagevoid onRemoteUpdateApplied(NotificationMessage pMessage)
pMessage
- The messagevoid onLocalUpdateApplied(NotificationMessage pMessage)
pMessage
- The messagevoid onDeltaReceived(NotificationMessage pMessage)
pMessage
- The messagevoid onSyncFailed(NotificationMessage pMessage)
pMessage
- The messagevoid onClientStorageFailed(NotificationMessage pMessage)
pMessage
- The message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |