com.google.checkout.handlers
Interface NotificationHandler

All Known Implementing Classes:
CompositeNotificationHandler

public interface NotificationHandler

Author:
Charles Dang (cdang@google.com)

Method Summary
 void handle(MerchantInfo mi, CheckoutNotification notification)
           
 

Method Detail

handle

void handle(MerchantInfo mi,
            CheckoutNotification notification)
            throws CheckoutHandlerException
Throws:
CheckoutHandlerException