it.dtt.ca.event
Interface SlotListener


public interface SlotListener

This interface provide notification of event related to slot status


Method Summary
 void slotEventReceived(SlotEvent event)
          Receive events related to smart card insertion and removal.
 

Method Detail

slotEventReceived

void slotEventReceived(SlotEvent event)
Receive events related to smart card insertion and removal.

Parameters:
event - the slot related event.
See Also:
SlotEvent