public interface NetworkToTopologyCallbackServer
NetworkToTopologyCallbackClient.| Modifier and Type | Method and Description |
|---|---|
void |
onClientConnectionError(Object client,
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<Command> commands,
Object sender)
Commands were received.
|
void recive(List<Command> commands, Object sender)
commands - The commands received.sender - An object that represents the sender of the commands.void onConnect(Object newClient)
newClient - an object that represents the new client.void onClientConnectionError(Object client, SynchronizeFXException e)
onFatalError(SynchronizeFXException) instead.client - An object that represents the client where the error occurred.e - an exception that describes the problem.void onFatalError(SynchronizeFXException e)
e - an exception that describes the problem.Copyright © 2016 Saxonia Systems AG. All Rights Reserved.