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