T - The content type of ClientDocument that this PatchListener listens to.public interface PatchListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
patched(ClientDocument<T> patchedDocument)
Is called when the
ClientDocument has patched a document. |
void patched(ClientDocument<T> patchedDocument)
ClientDocument has patched a document.patchedDocument - the ClientDocument that has been patched.Copyright © 2015 JBoss by Red Hat. All Rights Reserved.