]> git.mxchange.org Git - jproduct-core.git/commitdiff
renamed, no shop-specific stuff anymore
authorRoland Häder <roland@mxchange.org>
Sat, 15 Apr 2017 19:05:43 +0000 (21:05 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 15 Apr 2017 19:05:43 +0000 (21:05 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jproduct/events/category/CategoryAddedEvent.java

index da077d37656793e139d6fa5c18329e77a9c20652..6f554d9d7c1a71909cdb328a22a13674a78e4da5 100644 (file)
@@ -24,7 +24,7 @@ import org.mxchange.jproduct.model.category.Category;
  * <p>
  * @author Roland Häder<roland@mxchange.org>
  */
-public class ShopCategoryAddedEvent implements AddedCategoryEvent {
+public class CategoryAddedEvent implements AddedCategoryEvent {
 
        /**
         * Serial number
@@ -41,7 +41,7 @@ public class ShopCategoryAddedEvent implements AddedCategoryEvent {
         * <p>
         * @param addedCategory Added category
         */
-       public ShopCategoryAddedEvent (final Category addedCategory) {
+       public CategoryAddedEvent (final Category addedCategory) {
                // The category should be valid
                if (null == addedCategory) {
                        // Is NULL, throw NPE