JMRTD 0.4.6

net.sourceforge.scuba.smartcards
Interface APDUListener

All Superinterfaces:
EventListener

public interface APDUListener
extends EventListener

Specifies an event handler type to react to apdu events.

Version:
$Revision: 214 $
Author:
Engelbert Hubbers (hubbers@cs.ru.nl), Martijn Oostdijk (martijno@cs.ru.nl)

Method Summary
 void exchangedAPDU(APDUEvent e)
          Is called after an apdu was exchanged.
 

Method Detail

exchangedAPDU

void exchangedAPDU(APDUEvent e)
Is called after an apdu was exchanged.

Parameters:
e - an APDU event containing the exchanged APDUs

JMRTD 0.4.6