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.
|
Modifier and Type | Method and Description |
---|---|
List<Connections> |
ReceiveController.findServers(Observer observer)
Find a servers that have an active sharing
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiveController.startClient(Connections connection,
Cell cellStart,
Observer observer,
String password)
Method that will create a new client and will start the connection
|
Modifier and Type | Field and Description |
---|---|
(package private) List<Connections> |
ClientDiscover.connections
list of connections
|
Modifier and Type | Method and Description |
---|---|
List<Connections> |
ClientDiscover.findServers(Observer observer)
Find servers through network
|
Modifier and Type | Method and Description |
---|---|
void |
Client.startClient(Connections connection,
Cell cellStart,
Observer observer,
String password)
Method that will start the client and receive cells throw network
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiveAction.clickOnSidebar(Connections connection,
Observer observer,
String password)
Method that will get the active cell and sends that information to the
controller
|