]> git.mxchange.org Git - jaddressbook-lib.git/blobdiff - Addressbook/src/org/mxchange/addressbook/client/AddressbookClient.java
These update methods were somewhere lame, so better take data-setters. Object-instanc...
[jaddressbook-lib.git] / Addressbook / src / org / mxchange / addressbook / client / AddressbookClient.java
index 15732f27640991204f7fea1718314fe550cb955a..dde3c17332c03cc17eb924a1e1dd8a66fbc6712e 100644 (file)
  */
 package org.mxchange.addressbook.client;
 
-import org.mxchange.addressbook.contact.Contact;
-import org.mxchange.addressbook.contact.Gender;
 import org.mxchange.addressbook.menu.item.SelectableMenuItem;
 import org.mxchange.jcore.client.Client;
+import org.mxchange.jcore.contact.Contact;
+import org.mxchange.jcore.contact.Gender;
 import org.mxchange.jcore.exceptions.UnhandledUserChoiceException;
 
 /**
@@ -29,13 +29,6 @@ import org.mxchange.jcore.exceptions.UnhandledUserChoiceException;
  */
 public interface AddressbookClient extends Client {
 
-       /**
-        * Displays a "box" for the address
-        *
-        * @param contact Contact to show address from
-        */
-       public void displayAddressBox (final Contact contact);
-
        /**
         * The user changes own name data
         *
@@ -72,20 +65,6 @@ public interface AddressbookClient extends Client {
         */
        public Gender enterGender (final String message);
 
-       /**
-        * Displays a "box" for the name
-        *
-        * @param contact Contact to show name from
-        */
-       public void displayNameBox (final Contact contact);
-
-       /**
-        * Displays a "box" for other data
-        *
-        * @param contact Contact to show other data from
-        */
-       public void displayOtherDataBox (final Contact contact);
-
        /**
         * Let the user choose what to change on the address: [n]ame, [a]ddress,
         * [o]ther