pjb
2024-07-03 62ed44f8c15a0d2ce8aff83129f23c1656ee9968
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}