com.github.luohaha.inter.OnAcceptError Maven / Gradle / Ivy
package com.github.luohaha.inter;
public interface OnAcceptError {
public void onAcceptError(Exception e);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package com.github.luohaha.inter;
public interface OnAcceptError {
public void onAcceptError(Exception e);
}