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