优化检查模块

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-10-09 18:37:44 +08:00
parent 19d2fd45a6
commit c13ca6e7b1
25 changed files with 254 additions and 268 deletions

View File

@@ -21,7 +21,7 @@ public interface ICheckProvider extends IProvider {
*
* @param module
*/
void unregisterListener(String module, IMogoCheckListener listener);
void unregisterListener(String module);
/**
* 启动检测模块