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