Package org.infotechservice.smartcard.smartcard

Source Code of org.infotechservice.smartcard.smartcard.OldSocialCardListener

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.infotechservice.smartcard.smartcard;

import org.infotechservice.smartcard.service.CardAtr;
import org.infotechservice.smartcard.service.CardEventListener;
import org.infotechservice.smartcard.service.CardFindCriteria;

/**
*
* @author Finder
*/
public abstract class OldSocialCardListener extends CardEventListener {

    public OldSocialCardListener() {
        super(new CardFindCriteria(new CardAtr("3B66000032D000300201")));
    }
}
TOP

Related Classes of org.infotechservice.smartcard.smartcard.OldSocialCardListener

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.