See: Description
| Interface | Description |
|---|---|
| ClientCallback |
This interface has to be implemented by clients handle events like the initial transfer of the model or errors.
|
| CommandTransferClient |
This is the interface to the underlying network library that serializes and transfers the
Commands produced
by this framework. |
| CommandTransferServer |
This is the interface to the underlying network library that serializes and transfers the
Commands produced
by this framework. |
| NetworkToTopologyCallbackClient |
This is an callback interface for the network library to inform the upper layer of incomming commands.
|
| NetworkToTopologyCallbackServer |
This is an callback interface for the network library to inform the upper layer of incoming events like commands
or new clients.
|
| Serializer | |
| ServerCallback |
This interface has to be implemented by the server to handle errors.
|
| Class | Description |
|---|---|
| SynchronizeFxClient |
This class implements a client that accesses a JavaFX model made available over the network by a
SynchronizeFxServer. |
| SynchronizeFxServer |
This class implements a server that makes a JavaFX model available over the network.
|
Copyright © 2016 Saxonia Systems AG. All Rights Reserved.