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