public interface ClientCallback
| Modifier and Type | Method and Description |
|---|---|
void |
modelReady(Object model)
Called when the initial transfer of the model has completed.
|
void |
onError(SynchronizeFXException error)
Called when an error occurred in the synchronization code.
|
void |
onServerDisconnect()
This method is called when the server closed the connection to this client.
|
void modelReady(Object model)
model - The root object of the synchronized object tree.void onError(SynchronizeFXException error)
CommandTransferClient implementation. When this method is called,
the connection to the server has to be already closed.error - the exception that describes the error.void onServerDisconnect()
onError(SynchronizeFXException) is called instead.Copyright © 2014 Saxonia Systems AG. All Rights Reserved.