Flat Rate Contract Events

The following events are located in the curam.contracts.impl.FlatRateContract interface.

Table 1. Flat Rate Contract Event Details.

This table describes curam.contracts.impl.FlatRateContract

Event Class

Description

Event is raised before and after

FlatRateContractActivateEvents This event is raised during activation of a flat rate contract. curam.contracts.impl.FlatRateContract.activate()
curam.contracts.impl.FlatRateContract.FlatRateContractReEditEvents Raised when a Flat Rate Contract is edited. curam.contracts.impl.FlatRateContract.reEdit()
curam.contracts.impl.FlatRateContract.FlatRateContractGenerateEvents Raised when a Flat Rate Contract is generated. curam.contracts.impl.FlatRateContract.generate()
curam.contracts.impl.FlatRateContract.FlatRateContractTerminateEvents Raised when a Flat Rate Contract is terminated. curam.contracts.impl.FlatRateContract.terminate()
curam.contracts.impl.FlatRateContract.FlatRateContractRenewEvents Raised when a Flat Rate Contract is renewed. curam.contracts.impl.FlatRateContract.renew()
curam.contracts.impl.FlatRateContract.FlatRateContractCloneFlatRateContractEvents Raised when a Flat Rate Contract is cloned. curam.contracts.impl.FlatRateContract.cloneFlatRateContract()