]> git.mxchange.org Git - jfinancials-swing.git/commit - src/org/mxchange/addressbook/client/AddressbookClient.java
This lib should only contain remote EJB interfaces for the addressbook application...
authorRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 07:57:11 +0000 (09:57 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 07:57:11 +0000 (09:57 +0200)
commitbd6efb10bc21bc9f6e9e08f705fd333e488ffa9a
tree2c0e908a412a9d472968c7cb031ee3e7489f454a
parenta1adb0efba64361fa7eb27398516432537a32979
This lib should only contain remote EJB interfaces for the addressbook application and no other classes. A better place for them is maybe addressbook-swing
Signed-off-by:Roland Häder <roland@mxchange.org>
src/org/mxchange/addressbook/BaseAddressbookSystem.java [new file with mode: 0644]
src/org/mxchange/addressbook/client/AddressbookClient.java [new file with mode: 0644]
src/org/mxchange/addressbook/client/BaseAddressbookClient.java [new file with mode: 0644]
src/org/mxchange/addressbook/facade/contact/AddressbookContactFacade.java [new file with mode: 0644]
src/org/mxchange/addressbook/facade/contact/ContactFacade.java [new file with mode: 0644]
src/org/mxchange/addressbook/menu/AddressbookMenu.java [new file with mode: 0644]
src/org/mxchange/addressbook/menu/BaseMenu.java [new file with mode: 0644]
src/org/mxchange/addressbook/menu/Menu.java [new file with mode: 0644]
src/org/mxchange/addressbook/menu/MenuTools.java [new file with mode: 0644]
src/org/mxchange/addressbook/menu/item/BaseMenuItem.java [new file with mode: 0644]
src/org/mxchange/addressbook/menu/item/SelectableMenuItem.java [new file with mode: 0644]