Uses of Interface
org.dvb.smartcard.SmartCardReaderListener

Packages that use SmartCardReaderListener
org.dvb.smartcard Provides access to smart card readers. 
 

Uses of SmartCardReaderListener in org.dvb.smartcard
 

Methods in org.dvb.smartcard with parameters of type SmartCardReaderListener
 void SmartCardReader.addSmartCardReaderListener(SmartCardReaderListener listener)
          Allows the specified listener to received notifications about changes in the status of the smart card reader.
 void SmartCardReader.removeSmartCardReaderListener(SmartCardReaderListener listener)
          Removes specified listener: the notifications about changes in the status of the smart card reader will no longer be forwarded to the given listener.