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