| Package | Description |
|---|---|
| org.jboss.aerogear.sync.client |
This package contains interfaces for AeroGear Sync Client API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyncClient.addPatchListener(PatchListener<T> patchListener)
Add an
PatchListener that will be notified when a patch has been perfomed. |
void |
PatchObservable.addPatchListener(PatchListener<T> listener)
Adds the specified
PatchListener to the set of listeners. |
void |
DefaultPatchObservable.addPatchListener(PatchListener<T> listener) |
void |
SyncClient.deletePatchListener(PatchListener<T> patchListener)
Removes the specified
PatchListener from the list of listeners. |
void |
PatchObservable.removePatchListener(PatchListener<T> listener)
Remove the specified
PatchListener from the set of listeners. |
void |
DefaultPatchObservable.removePatchListener(PatchListener<T> listener) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.