]> git.mxchange.org Git - jaddressbook-share-core.git/commit
this has been moved out from jaddressbook-core
authorRoland Häder <roland@mxchange.org>
Thu, 27 Apr 2017 12:27:04 +0000 (14:27 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 27 Apr 2017 12:27:04 +0000 (14:27 +0200)
commit8ebe9439ad91fc870c37651f3e17085c146d3903
tree430f65ec7912908a9fcc4121e4700db37ba3782a
parent59f2e235506455d7d20dadc3ab0ae60da01998c8
this has been moved out from jaddressbook-core

Signed-off-by: Roland Häder <roland@mxchange.org>
27 files changed:
build.xml
nbproject/build-impl.xml
nbproject/project.properties
nbproject/project.xml
src/org/mxchange/jaddressbookcore/events/addressbook/AddressbookLoadedEvent.java [deleted file]
src/org/mxchange/jaddressbookcore/events/addressbook/ObservableAddressbookLoadedEvent.java [deleted file]
src/org/mxchange/jaddressbookcore/events/sharing/EndedAddressbookSharingEvent.java [deleted file]
src/org/mxchange/jaddressbookcore/events/sharing/ObservableAddressbookSharingEvent.java [deleted file]
src/org/mxchange/jaddressbookcore/events/sharing/StartedAddressbookSharingEvent.java [deleted file]
src/org/mxchange/jaddressbookcore/events/sharing/type/SharingType.java [deleted file]
src/org/mxchange/jaddressbookcore/exceptions/AddressbookNameAlreadyUsedException.java [deleted file]
src/org/mxchange/jaddressbookcore/exceptions/AddressbookNotFoundException.java [deleted file]
src/org/mxchange/jaddressbookcore/exceptions/UserAlreadySharingAddressbookException.java [deleted file]
src/org/mxchange/jaddressbookcore/model/addressbook/Addressbook.java [deleted file]
src/org/mxchange/jaddressbookcore/model/addressbook/UserAddressbook.java [deleted file]
src/org/mxchange/jaddressbookcore/model/addressbook/entry/AddressbookEntry.java [deleted file]
src/org/mxchange/jaddressbookcore/model/addressbook/entry/UserAddressbookEntry.java [deleted file]
src/org/mxchange/jaddressbookcore/model/addressbook/shared/AddressbookShare.java [deleted file]
src/org/mxchange/jaddressbookcore/model/addressbook/shared/ShareableAddressbook.java [deleted file]
src/org/mxchange/jaddressbookcore/model/addressbook/status/AddressbokStatus.java [deleted file]
src/org/mxchange/jaddressbookshare/events/sharing/EndedAddressbookSharingEvent.java [new file with mode: 0644]
src/org/mxchange/jaddressbookshare/events/sharing/ObservableAddressbookSharingEvent.java [new file with mode: 0644]
src/org/mxchange/jaddressbookshare/events/sharing/StartedAddressbookSharingEvent.java [new file with mode: 0644]
src/org/mxchange/jaddressbookshare/events/sharing/type/SharingType.java [new file with mode: 0644]
src/org/mxchange/jaddressbookshare/exceptions/UserAlreadySharingAddressbookException.java [new file with mode: 0644]
src/org/mxchange/jaddressbookshare/model/addressbook/shared/AddressbookShare.java [new file with mode: 0644]
src/org/mxchange/jaddressbookshare/model/addressbook/shared/ShareableAddressbook.java [new file with mode: 0644]