public interface NetworkToTopologyCallbackServer
NetworkToTopologyCallbackClient.| 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<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(SynchronizeFXException e)
onFatalError(SynchronizeFXException) 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.