]> git.mxchange.org Git - jaddressbook-lib.git/commit
Made getMenu() abstract as showMenu() is now in BaseClient. This has the benefit...
authorRoland Haeder <roland@mxchange.org>
Thu, 16 Jul 2015 06:26:25 +0000 (08:26 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 16 Jul 2015 06:27:12 +0000 (08:27 +0200)
commit6aee766f085ca3c6da8191b0f3d371585fbc6cdc
treeea6ae93aeb13c809abef1c7d2aacabea64bffb07
parent15bc8210e431a80105f59143aed37cd285214260
Made getMenu() abstract as showMenu() is now in BaseClient. This has the benefit that generic code doesn't need to be repeated (DRY).
Signed-off-by:Roland Häder <roland@mxchange.org>
Addressbook/src/org/mxchange/addressbook/application/AddressbookApplication.java
Addressbook/src/org/mxchange/addressbook/client/BaseClient.java
Addressbook/src/org/mxchange/addressbook/client/Client.java
Addressbook/src/org/mxchange/addressbook/client/console/ConsoleClient.java