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