public static class PayPalNotificationListener.Observer extends Object
Constructor and Description |
---|
Observer() |
Modifier and Type | Method and Description |
---|---|
void |
handleDeniedPaymentNotification(com.webobjects.foundation.NSNotification n)
Method invoked by the NSNotificationCenter when it receives a DENIED notification from PayPalAction
|
void |
handleFailedPaymentNotification(com.webobjects.foundation.NSNotification n)
Method invoked by the NSNotificationCenter when it receives a FAILED notification from PayPalAction
|
void |
handleInvalidPaymentNotification(com.webobjects.foundation.NSNotification n)
Method invoked by the NSNotificationCenter when it receives a INVALID notification from PayPalAction
|
void |
handleNotification(String targetMethodName,
com.webobjects.foundation.NSNotification n)
handleNotification checks to see if the delegate object can perform the method name passed in as the targetMethodName parameter.
|
void |
handlePendingPaymentNotification(com.webobjects.foundation.NSNotification n)
Method invoked by the NSNotificationCenter when it receives a PENDING notification from PayPalAction
|
void |
handleValidPaymentNotification(com.webobjects.foundation.NSNotification n)
Method invoked by the NSNotificationCenter when it receives a VALID notification from PayPalAction
|
public void handleDeniedPaymentNotification(com.webobjects.foundation.NSNotification n)
n
- NSNotificationpublic void handleFailedPaymentNotification(com.webobjects.foundation.NSNotification n)
n
- NSNotificationpublic void handleInvalidPaymentNotification(com.webobjects.foundation.NSNotification n)
n
- NSNotificationpublic void handlePendingPaymentNotification(com.webobjects.foundation.NSNotification n)
n
- NSNotificationpublic void handleValidPaymentNotification(com.webobjects.foundation.NSNotification n)
n
- NSNotificationpublic void handleNotification(String targetMethodName, com.webobjects.foundation.NSNotification n)
targetMethodName
- Stringn
- NSNotificationCopyright © 2002 – 2020 Project Wonder.