public class NotificationService extends Object
Constructor and Description |
---|
NotificationService() |
Modifier and Type | Method and Description |
---|---|
void |
notifyCompleted(ShoppingCart shoppingCart) |
void |
notifyRefunded(ShoppingCart shoppingCart) |
void |
notifySent(ShoppingCart shoppingCart) |
public void notifyCompleted(ShoppingCart shoppingCart)
public void notifySent(ShoppingCart shoppingCart)
public void notifyRefunded(ShoppingCart shoppingCart)
Copyright © 2013. All Rights Reserved.