parent
b5cbbd9d3d
commit
8787030fa6
@ -1,8 +0,0 @@ |
|||||||
package com.arialyy.aria.core.scheduler; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ChenFei(chenfei0928 @ gmail.com) |
|
||||||
* @date 2020-07-07 15:18 |
|
||||||
*/ |
|
||||||
public interface BaseListenerInterface { |
|
||||||
} |
|
@ -0,0 +1,10 @@ |
|||||||
|
package com.arialyy.aria.core.scheduler; |
||||||
|
|
||||||
|
/** |
||||||
|
* 直接实现监听器回调接口的基类,不对外部直接开放,仅作为内部监听器的父接口使用 |
||||||
|
* |
||||||
|
* @author ChenFei(chenfei0928 @ gmail.com) |
||||||
|
* @date 2020-07-07 15:18 |
||||||
|
*/ |
||||||
|
public interface DownloadTaskInternalListenerInterface { |
||||||
|
} |
Loading…
Reference in new issue