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