E
- The entity type the worker's named query returns.public interface DataSyncCallback<E>
ClientSyncWorker
.Modifier and Type | Method and Description |
---|---|
void |
onSync(SyncResponses<E> responses)
Invoked when a synchronization operation has completed.
|
void onSync(SyncResponses<E> responses)
responses
- result of the sync operation, never null.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.