com.github.luohaha.inter.OnConnectError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of LightComm4J Show documentation
Show all versions of LightComm4J Show documentation
Yet another lightweight asynchronous network library for java
package com.github.luohaha.inter;
public interface OnConnectError {
public void onConnectError(Exception e);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy