chen.llin
21 小时以前 320efd494252d86cb61fc0961ecc3289266e933f
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}