Package com.portal.app.cc.event
Class BillNowImpactEvent
java.lang.Object
java.util.EventObject
com.portal.app.cc.event.BalanceImpactEvent
com.portal.app.cc.event.BillNowImpactEvent
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class com.portal.app.cc.event.BalanceImpactEvent
CURRENCY, NONCURRENCY
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionBillNowImpactEvent
(Object source, int type, PModelHandle bill) Constructs a BillNowImpactEvent object. -
Method Summary
Methods inherited from class com.portal.app.cc.event.BalanceImpactEvent
getImpactedAccounts, getType, isShowPrevLife, setShowPrevLife
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
BillNowImpactEvent
Constructs a BillNowImpactEvent object.- Parameters:
source
- the Object that is the source of the event (typicallythis
)type
- the event typebill
- the bill object that was generated after a bill now operation
-
-
Method Details
-
getBillObj
- Returns:
- The bill object
-