pang.jiabao
5 天以前 f47010b3b237240f342f76c8f77f0475c3ab6052
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}