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