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