]> git.mxchange.org Git - jfinancials-lib.git/blobdiff - Addressbook/src/org/mxchange/addressbook/client/Client.java
This call is no more needed
[jfinancials-lib.git] / Addressbook / src / org / mxchange / addressbook / client / Client.java
index 67131390ae84bece05d8b23ee11484660fd14fc9..9a8ad8b467e6759c4f6782463e2a748b0c0e59fc 100644 (file)
@@ -75,7 +75,7 @@ public interface Client extends FrameworkInterface {
     /**\r
      * Enables isRunning attribute which singals that the client is running\r
      */\r
-    public void enableIsRunning ();\r
+    public void enableIsRunning();\r
 \r
     /**\r
      * Asks the the user to enter a single character which must match validChars\r
@@ -131,7 +131,7 @@ public interface Client extends FrameworkInterface {
      * \r
      * @return Whether the client is still active\r
      */\r
-    public boolean isRunning ();\r
+    public boolean isRunning();\r
 \r
     /**\r
      * Shows given menu entry in client\r
@@ -143,10 +143,10 @@ public interface Client extends FrameworkInterface {
     /**\r
      * Shows introduction to user\r
      */\r
-    public void showWelcome ();\r
+    public void showWelcome();\r
 \r
     /**\r
      * Shows current menu selection to the user\r
      */\r
-    public void showCurrentMenu ();\r
+    public void showCurrentMenu();\r
 }\r