#
Junjie
14 小时以前 d4e6820f6cc65ab6d7315abeff8360dbf5fd4a91
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler extends Runnable {
 
    boolean connect();
 
    void close();
 
}