All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alphawallet.token.entity.ParseResult Maven / Gradle / Ivy

package com.alphawallet.token.entity;

/**
 * Created by James on 11/04/2019.
 * Stormbird in Singapore
 */
public interface ParseResult
{
    enum ParseResultId
    {
        OK,
        XML_OUT_OF_DATE,
        PARSER_OUT_OF_DATE,
        PARSE_FAILED
    };

    void parseMessage(ParseResultId parseResult);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy