com.github.luohaha.inter.OnWrite 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;
import com.github.luohaha.connection.Conn;
public interface OnWrite {
public void onWrite(Conn connection);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy