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