Errai 3.0.1-SNAPSHOT

org.jboss.errai.jpa.sync.client.local
Interface DataSyncCallback<E>

Type Parameters:
E - The entity type the worker's named query returns.

public interface DataSyncCallback<E>

A callback used by ClientSyncWorker.

Author:
Jonathan Fuerth , Christian Sadilek

Method Summary
 void onSync(SyncResponses<E> responses)
          Invoked when a synchronization operation has completed.
 

Method Detail

onSync

void onSync(SyncResponses<E> responses)
Invoked when a synchronization operation has completed.

Parameters:
responses - result of the sync operation, never null.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.