]> git.mxchange.org Git - jproduct-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 25 Apr 2020 18:10:15 +0000 (20:10 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 25 Apr 2020 18:10:15 +0000 (20:10 +0200)
commit6686900bfe645826f12a53ef95acd6bc95628842
tree352d2aaa77ded34b2d8faa39939086bc65b38be9
parentaa24756877f05fffcc2fedb6a15bb4291b89c320
Continued:
- renamed event for added categories as admin <-> user should be distinguished
- added administrative event which can be fired when an administrator has
  updated a product category

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jproduct/events/category/added/AddedCategoryEvent.java [deleted file]
src/org/mxchange/jproduct/events/category/added/AdminAddedCategoryEvent.java [new file with mode: 0644]
src/org/mxchange/jproduct/events/category/added/CategoryAddedEvent.java [deleted file]
src/org/mxchange/jproduct/events/category/added/ObservableAdminAddedCategoryEvent.java [new file with mode: 0644]
src/org/mxchange/jproduct/events/category/updated/AdminUpdatedCategoryEvent.java [new file with mode: 0644]
src/org/mxchange/jproduct/events/category/updated/ObservableAdminUpdatedCategoryEvent.java [new file with mode: 0644]