Class CreditLimitEvent

java.lang.Object
java.util.EventObject
com.portal.app.cc.event.CreditLimitEvent
All Implemented Interfaces:
Serializable

public class CreditLimitEvent extends EventObject
The event sent out when the credit limit is changed
Version:
%version: 1 % %date_modified: Wed May 16 15:17:58 2001 %
Author:
kapono
See Also:
  • Field Details

    • CURRENCY

      public static final int CURRENCY
      Indicates a currency credit limit event type
      See Also:
    • NONCURRENCY

      public static final int NONCURRENCY
      Indicates a non-currency credit limit event type
      See Also:
  • Constructor Details

    • CreditLimitEvent

      public CreditLimitEvent(Object source, int type, BigDecimal amount)
      Constructs a CreditLimitEvent object.
      Parameters:
      source - the Object that is the source of the event (typically this)
      type - the event type
      amount - the new credit limit
  • Method Details

    • getType

      public int getType()
      Returns:
      The event type (currency, non-currency)
    • getAmount

      public BigDecimal getAmount()
      Returns:
      The new credit limit amount