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