*
lsh
4 天以前 7c8ee5a62b70cca1cf119ee0b99093a0c8debf39
1
2
3
4
5
6
7
8
9
10
11
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
    void setWrkSign();
 
}