pang.jiabao
2024-11-06 e39c11465130d5b74be7f1db7df70e902403da49
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}