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