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