public class PayPalNotificationListener extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
PayPalNotificationListener.Delegate
Interface for the delegate.
|
static class |
PayPalNotificationListener.Observer
The Observer is the object which is registered (in WOPayPal) to listen for the NSNotifications broadcast by the PayPalAction's ipnAction method.
|
Modifier and Type | Field and Description |
---|---|
static String |
DeniedPayPalPaymentReceivedNotification
Notification name when IPN returns DENIED result.
|
static String |
FailedPayPalPaymentReceivedNotification
Notification name when IPN returns FAILED result.
|
static String |
InvalidPayPalPaymentReceivedNotification
Notification name when IPN returns INVALID result.
|
static String |
PendingPayPalPaymentReceivedNotification
Notification name when IPN returns PENDING result.
|
static String |
ValidPayPalPaymentReceivedNotification
Notification name when IPN returns VALID result.
|
Constructor and Description |
---|
PayPalNotificationListener()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected static Object |
defaultDelegate()
Method to return the default delegate object.
|
static Object |
delegate()
Method to return the assigned delegate object.
|
static PayPalNotificationListener.Observer |
observer()
Method to return the observer object.
|
static void |
setDelegate(Object obj)
Method to assign the class's delegate object.
|
public static final String DeniedPayPalPaymentReceivedNotification
public static final String FailedPayPalPaymentReceivedNotification
public static final String InvalidPayPalPaymentReceivedNotification
public static final String PendingPayPalPaymentReceivedNotification
public static final String ValidPayPalPaymentReceivedNotification
protected static Object defaultDelegate()
public static Object delegate()
public static void setDelegate(Object obj)
obj
- Objectpublic static PayPalNotificationListener.Observer observer()
Copyright © 2002 – 2024 Project Wonder.