com.github.luohaha.inter.OnClose Maven / Gradle / Ivy
package com.github.luohaha.inter;
import com.github.luohaha.connection.Conn;
public interface OnClose {
public void onClose(Conn conn);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy