Package | Description |
---|---|
csheets.ext.share.controller |
Package that contains the controllers of the sharing extension
|
csheets.ext.share.core |
The package of the main core of extension
|
csheets.ext.share.ui |
The package of the Sharing Extension UI.
|
Class and Description |
---|
Connections
Class with IP and port, that will serve the server and client discover
|
Class and Description |
---|
CellNetworkListenerClient
Class that will detect changes on client's cells This class implements
CellListener's interface Change the flag when any cell from client is changed
Just the method contentChanged(Cell cell) is implement, the other are not
used
|
CellNetworkListenerServer
Class that will detect changes on server's cells This class implements
CellListener's interface Change the flag when any cell from client is changed
Just the method contentChanged(Cell cell) is implement, the others are not
used
|
ClientDiscover
The client discover class that will find servers through network
|
Connections
Class with IP and port, that will serve the server and client discover
|
Server
Class that implement the server in the extension
|
ServerDiscover
Class that implements a server side of the discover through network
|
Class and Description |
---|
Connections
Class with IP and port, that will serve the server and client discover
|