public class PaymentChangeEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
static int |
BILLING
Indicates a billing change (DOM, billing frequency) event type
|
static int |
BILLING_DATA_CHANGE
Indicates data change in billing data for payment page
|
static int |
BORDER_COLOR_CHANGE
Specifically used to notify PPageTemplate to change border color
|
static int |
PAYMENT_DATA_CHANGE
Indicates data change in the same payment-type
|
static int |
PAYMENT_TYPE
Indicates a payment method change event type
|
source
Constructor and Description |
---|
PaymentChangeEvent(Object source,
int type)
Constructs a PaymentChangeEvent object.
|
Modifier and Type | Method and Description |
---|---|
int |
getPaymentType() |
int |
getType() |
void |
setPaymentType(int payType)
Used to indicate the new payment type
|
getSource, toString
public static final int PAYMENT_TYPE
public static final int BILLING
public static final int PAYMENT_DATA_CHANGE
public static final int BILLING_DATA_CHANGE
public static final int BORDER_COLOR_CHANGE
public PaymentChangeEvent(Object source, int type)
source
- the Object that is the source of the event
(typically this
)type
- the event typepublic int getType()
public void setPaymentType(int payType)
payType
- Should be one of the known Portal values (10003,
10005, etc.)public int getPaymentType()
Copyright © 2003, 2023, Oracle and/or its affiliates.