X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Addressbook%2Fsrc%2Forg%2Fmxchange%2Faddressbook%2Fclient%2FClient.java;h=0d5e154d0da157444773c1532a7784c26aac4983;hb=e06df9f02fa3fc03c21d5b2c3e2c8cb476be4ea3;hp=9a8ad8b467e6759c4f6782463e2a748b0c0e59fc;hpb=3d62a931aaed1be63a675d5562588733329fcec2;p=addressbook-swing.git diff --git a/Addressbook/src/org/mxchange/addressbook/client/Client.java b/Addressbook/src/org/mxchange/addressbook/client/Client.java index 9a8ad8b..0d5e154 100644 --- a/Addressbook/src/org/mxchange/addressbook/client/Client.java +++ b/Addressbook/src/org/mxchange/addressbook/client/Client.java @@ -35,6 +35,11 @@ public interface Client extends FrameworkInterface { */ public void displayAddressBox (final Contact contact); + /** + * Shuts down the client and therefore whole application + */ + public void doShutdown (); + /** * Displays a message to the user * @@ -149,4 +154,9 @@ public interface Client extends FrameworkInterface { * Shows current menu selection to the user */ public void showCurrentMenu(); + + /** + * Inizializes this client + */ + public void initClient (); }