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