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