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