package com.jqmobile.core.utils.socket; /** * Socket关闭监听器 * @author modi * */ public interface ISocketCloseListner { void handler(Throwable e); }