Back to project page msghandle.
The source code is released under:
GNU General Public License
If you think the Android project msghandle listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.anlong.msghandle.impl; //www. j a v a 2s. com import com.anlong.msghandle.interfac.AbstractMsgHandle; /** * @ClassName: DepImpl * @Package: com.anlong.imsghandle.impl * @company ShenZhen anlong Technology CO.,LTD. * @Description: TODO ??????????????? * @author anlong * @date 2013-4-28 ????3:15:32 * @version V1.0 */ public class DepImpl extends AbstractMsgHandle { /* @Override public void execute(Request107 request107) throws Exception { try { // ??????????????? InitServerManager.startRequestMessageService(request107); } catch (Exception e) { e.printStackTrace(); } }*/ }