See: Description
| Interface | Description |
|---|---|
| ClientCallback |
This interface has to be implemented by clients handle events like the initial transfer of the model or errors.
|
| MessageTransferClient |
This is the interface to the underlying network library that serializes and transfers the messages produced by
this framework.
|
| MessageTransferServer |
This is the interface to the underlying network library that serializes and transfers the messages produced by this
framework.
|
| NetworkToTopologyCallbackClient |
This is an callback interface for the network library to inform the upper layer of incomming messages.
|
| NetworkToTopologyCallbackServer |
This is an callback interface for the network library to inform the upper layer of incoming events like messages or
new clients.
|
| Serializer |
A thread safe serializer and deserializer that serializes
Lists with Java objects to byte arrays. |
| 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 © 2014 Saxonia Systems AG. All Rights Reserved.