public interface NetworkToTopologyCallbackClient
NetworkToTopologyCallbackServer.| Modifier and Type | Method and Description |
|---|---|
void |
onError(SynchronizeFXException e)
An error occurred that made the Client disconnect from the server.
|
void |
onServerDisconnect()
This method is called when the server closed the connection to this client.
|
void |
recive(List<Command> commands)
Commands were received.
|
void recive(List<Command> commands)
commands - The commands received.void onError(SynchronizeFXException e)
e - an exception that describes the problem.void onServerDisconnect()
onError(SynchronizeFXException) is called instead.Copyright © 2015 Saxonia Systems AG. All Rights Reserved.