public class PayPalNotificationListener
extends java.lang.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 java.lang.String |
DeniedPayPalPaymentReceivedNotification
Notification name when IPN returns DENIED result.
|
static java.lang.String |
FailedPayPalPaymentReceivedNotification
Notification name when IPN returns FAILED result.
|
static java.lang.String |
InvalidPayPalPaymentReceivedNotification
Notification name when IPN returns INVALID result.
|
static java.lang.String |
PendingPayPalPaymentReceivedNotification
Notification name when IPN returns PENDING result.
|
static java.lang.String |
ValidPayPalPaymentReceivedNotification
Notification name when IPN returns VALID result.
|
| Constructor and Description |
|---|
PayPalNotificationListener()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.Object |
defaultDelegate()
Method to return the default delegate object.
|
static java.lang.Object |
delegate()
Method to return the assigned delegate object.
|
static PayPalNotificationListener.Observer |
observer()
Method to return the observer object.
|
static void |
setDelegate(java.lang.Object obj)
Method to assign the class's delegate object.
|
public static final java.lang.String DeniedPayPalPaymentReceivedNotification
public static final java.lang.String FailedPayPalPaymentReceivedNotification
public static final java.lang.String InvalidPayPalPaymentReceivedNotification
public static final java.lang.String PendingPayPalPaymentReceivedNotification
public static final java.lang.String ValidPayPalPaymentReceivedNotification
protected static java.lang.Object defaultDelegate()
public static java.lang.Object delegate()
public static void setDelegate(java.lang.Object obj)
obj - Objectpublic static PayPalNotificationListener.Observer observer()
Copyright © 2002 – 2022 Project Wonder.