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

com.koushikdutta.async.http.socketio.ErrorCallback Maven / Gradle / Ivy

package com.koushikdutta.async.http.socketio;

/**
 * Created by koush on 7/2/13.
 */
public interface ErrorCallback {
    void onError(String error);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy