Class | Description |
---|---|
CellNetwork |
The object that will be passed throw network (content of the cell, row,
column and if is a cell)
|
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
|
Client |
Class that implement the client in the extension
|
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
|
ThreadClient |
Class that implement the client to can receives updates from server
|
ThreadServer |
Class that implement the server in the extension
|
ThreadServerReceiving |
Class that implement the client to can receives updates from server
|
Validate |
Class that will validate the various imput errors in extension program
|