public interface ServerCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onClientConnectionError(Object client,
SynchronizeFXException error)
Called when an error with the connection to a client occurred.
|
void |
onError(SynchronizeFXException error)
Called when a fatal error occurred in the synchronization code.
|
void onError(SynchronizeFXException error)
This includes errors occurred in the CommandTransferServer implementation.
error - the exception that describes the error.void onClientConnectionError(Object client, SynchronizeFXException error)
When this event occurs, the server will still work. Just the connection to the affected client is broken.
client - The client for which an error occurred. The type of this object depends on the network layer
that is used.error - The error that occurred.Copyright © 2016 Saxonia Systems AG. All Rights Reserved.