Class BillNowImpactEvent

All Implemented Interfaces:
Serializable

public class BillNowImpactEvent extends BalanceImpactEvent
The event sent out after a bill now operation has been performed.
Version:
%version: 1 % %date_modified: Tue Dec 04 14:11:58 2001 %
Author:
pashok
See Also:
  • Constructor Details

    • BillNowImpactEvent

      public BillNowImpactEvent(Object source, int type, PModelHandle bill)
      Constructs a BillNowImpactEvent object.
      Parameters:
      source - the Object that is the source of the event (typically this)
      type - the event type
      bill - the bill object that was generated after a bill now operation
  • Method Details

    • getBillObj

      public PModelHandle getBillObj()
      Returns:
      The bill object