Package org.infotechservice.smartcard.service

Examples of org.infotechservice.smartcard.service.CardFindCriteria


* @author Axe
*/
public abstract class NewSocialCardListener extends CardEventListener {

    public NewSocialCardListener() {
        super( new CardFindCriteria(new CardAtr("3B6E000080318066B0840C016E0183009000")));
    }
View Full Code Here


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

    public OldSocialCardListener() {
        super(new CardFindCriteria(new CardAtr("3B66000032D000300201")));
    }
View Full Code Here

TOP

Related Classes of org.infotechservice.smartcard.service.CardFindCriteria

Copyright © 2018 www.massapicom. 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.