it.dtt.ca.event
Class SmartCardAdapter

java.lang.Object
  extended by it.dtt.ca.event.SmartCardAdapter
All Implemented Interfaces:
SmartCardListener

public class SmartCardAdapter
extends java.lang.Object
implements SmartCardListener

Adapter for SmartCardListener


Constructor Summary
SmartCardAdapter()
          Default constructor
 
Method Summary
 void creditsEventReceived(CreditsEvent creditsEvent)
          Invoked when CreditsEvent is received
 void historyUpdateEventReceived(HistoryUpdateEvent messageHistoryEvent)
          Invoked when HistoryUpdateEvent is received
 void smartCardStatusEventReceived(SmartCardStatusEvent smartCardStatusEvent)
          Invoked when SmartCardStatusEvent is received
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartCardAdapter

public SmartCardAdapter()
Default constructor

Method Detail

creditsEventReceived

public void creditsEventReceived(CreditsEvent creditsEvent)
Invoked when CreditsEvent is received

Specified by:
creditsEventReceived in interface SmartCardListener
Parameters:
creditsEvent - received event

historyUpdateEventReceived

public void historyUpdateEventReceived(HistoryUpdateEvent messageHistoryEvent)
Invoked when HistoryUpdateEvent is received

Specified by:
historyUpdateEventReceived in interface SmartCardListener
Parameters:
messageHistoryEvent - received event

smartCardStatusEventReceived

public void smartCardStatusEventReceived(SmartCardStatusEvent smartCardStatusEvent)
Invoked when SmartCardStatusEvent is received

Specified by:
smartCardStatusEventReceived in interface SmartCardListener
Parameters:
smartCardStatusEvent - received event