Package it.dtt.ca.event

Defines events that can be fired when specific conditions occur.

See:
          Description

Interface Summary
CAListener This interface provides notification of CA related events of any kind.
SlotListener This interface provide notification of event related to slot status
SmartCardListener This interface provide notification of event related to smart card status
 

Class Summary
CAAccessEvent This event is used to notify a listener about a CA module status changes regarding the access, descrambling and purchasing periods.
CAAdapter The adapter for the CAListener interface.
CAEvent Base class for all CA related events defined in this package
CAProductEvent Notifies events related to a Product.
CreditsEvent Notifies that the credit on the smart card changed.
HistoryUpdateEvent This event notifies that an history stored on the card is changed.
NewMessageEvent Notifies that a new message arrived.
PinRequestEvent This event is thrown by the CA to notify that a PIN input is required in order to proceed.
RechargeEvent This event is used to notify the box that a recharge process has been done; this is useful in case of OTA recharges and should not be used in case of return channel recharges which are managed via a request/response mechanism.
SlotEvent This event notifies user about changes in the slot status (e.g.
SmartCardAdapter Adapter for SmartCardListener
SmartCardEvent Base class of all smart card related events defined in this package.
SmartCardStatusEvent Notifies the status of the smart card.
 

Package it.dtt.ca.event Description

Defines events that can be fired when specific conditions occur.