com.bankframe.services.devices.MTPinPad
Interface PinPadListener

All Known Implementing Classes:
PinPadTest

public interface PinPadListener

This interface is implemented by a client class to detect IntelliPIN pad events. The client class must call MagTekIntelliPIN.addPinPadListener() to register its listener


Method Summary
 void handlePinPad(PinPadEvent event)
          This method handles a Pin Pad event
 

Method Detail

handlePinPad

void handlePinPad(PinPadEvent event)
This method handles a Pin Pad event

Parameters:
event - The event


Copyright © 2005, 2007, Oracle. All rights reserved.