it.dtt.ca.event
Interface SmartCardListener

All Known Implementing Classes:
SmartCardAdapter

public interface SmartCardListener

This interface provide notification of event related to smart card status


Method Summary
 void creditsEventReceived(CreditsEvent creditsEvent)
          Invoked when the specified event was retrieved.
 void historyUpdateEventReceived(HistoryUpdateEvent historyUpdateEvent)
          Invoked when the specified event was retrieved.
 void smartCardStatusEventReceived(SmartCardStatusEvent smartCardStatusEvent)
          Invoked when the specified event was retrieved.
 

Method Detail

creditsEventReceived

void creditsEventReceived(CreditsEvent creditsEvent)
Invoked when the specified event was retrieved.

Parameters:
creditsEvent - the received event

historyUpdateEventReceived

void historyUpdateEventReceived(HistoryUpdateEvent historyUpdateEvent)
Invoked when the specified event was retrieved.

Parameters:
historyUpdateEvent - the received event

smartCardStatusEventReceived

void smartCardStatusEventReceived(SmartCardStatusEvent smartCardStatusEvent)
Invoked when the specified event was retrieved.

Parameters:
smartCardStatusEvent - the received event