Package org.infotechservice.smartcard.smartcard

Source Code of org.infotechservice.smartcard.smartcard.NewSocialCardListener

/*
* 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 Axe
*/
public abstract class NewSocialCardListener extends CardEventListener {

    public NewSocialCardListener() {
        super( new CardFindCriteria(new CardAtr("3B6E000080318066B0840C016E0183009000")));
    }
}
TOP

Related Classes of org.infotechservice.smartcard.smartcard.NewSocialCardListener

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.