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

com.github.luohaha.inter.OnReadError Maven / Gradle / Ivy

package com.github.luohaha.inter;

import com.github.luohaha.connection.Conn;

public interface OnReadError {
	public void onReadError(Conn conn, Exception e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy