public interface NetworkToTopologyCallbackServer
IncommingEventHandlerClient.| Modifier and Type | Method and Description |
|---|---|
void |
onClientConnectionError(SynchronizeFXException e)
An error in the connection to some client occurred.
|
void |
onConnect(Object newClient)
A new client connected.
|
void |
onFatalError(SynchronizeFXException e)
A fatal error that made the server shut down.
|
void |
recive(List<Object> messages,
Object sender)
Messages were received.
|
void recive(List<Object> messages, Object sender)
messages - The messages received.sender - An object that represents the sender of the messages.void onConnect(Object newClient)
newClient - an object that represents the new client.void onClientConnectionError(SynchronizeFXException e)
NetworkToTopologyCallbackServer#onFatalError() instead.e - an exception that describes the problem.void onFatalError(SynchronizeFXException e)
e - an exception that describes the problem.Copyright © 2014 Saxonia Systems AG. All Rights Reserved.