Uses of Interface
com.elasticpath.service.shoppingcart.CheckoutEventHandler

Packages that use CheckoutEventHandler
com.elasticpath.service.shoppingcart.impl   
 

Uses of CheckoutEventHandler in com.elasticpath.service.shoppingcart.impl
 

Classes in com.elasticpath.service.shoppingcart.impl that implement CheckoutEventHandler
 class AbstractCheckoutEventHandlerImpl
          Abstract implementation of a CheckoutEventHandler.
 class NullCheckoutEventHandlerImpl
          This implementation of CheckoutEventHandler does not perform any action as a result of a checkout event.
 

Methods in com.elasticpath.service.shoppingcart.impl with parameters of type CheckoutEventHandler
 void CheckoutServiceImpl.setCheckoutEventHandler(CheckoutEventHandler checkoutEventHandler)
          Set the handler to be notified of checkout events.