public class CreditLimitEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
static int |
CURRENCY
Indicates a currency credit limit event type
|
static int |
NONCURRENCY
Indicates a non-currency credit limit event type
|
source
Constructor and Description |
---|
CreditLimitEvent(Object source,
int type,
BigDecimal amount)
Constructs a CreditLimitEvent object.
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
int |
getType() |
getSource, toString
public static final int CURRENCY
public static final int NONCURRENCY
public CreditLimitEvent(Object source, int type, BigDecimal amount)
source
- the Object that is the source of the event
(typically this
)type
- the event typeamount
- the new credit limitpublic int getType()
public BigDecimal getAmount()
Copyright © 2003, 2023, Oracle and/or its affiliates.