Package | Description |
---|---|
client.communication | |
server.database |
Modifier and Type | Method and Description |
---|---|
java.util.List<Contact> |
ServerCommunicator.getAllContacts() |
Modifier and Type | Method and Description |
---|---|
void |
ServerCommunicator.addContact(Contact contact) |
void |
ServerCommunicator.deleteContact(Contact contact) |
void |
ServerCommunicator.updateContact(Contact contact) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Contact> |
Contacts.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
Contacts.add(Contact contact) |
void |
Contacts.delete(Contact contact) |
void |
Contacts.update(Contact contact) |