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

com.zerodhatech.ticker.OnError Maven / Gradle / Ivy

Go to download

Kite Connect is a set of REST-like APIs that expose many capabilities required to build a complete investment and trading platform.

There is a newer version: 3.5.0
Show newest version
package com.zerodhatech.ticker;

import com.zerodhatech.kiteconnect.kitehttp.exceptions.KiteException;

/**
 * Created by sujith on 11/21/17.
 */
public interface OnError {

    public void onError(Exception exception);

    public void onError(KiteException kiteException);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy