Improve docs

This commit is contained in:
Him188 2020-05-11 15:28:20 +08:00
parent 68a9d49237
commit 7f33f48f98

View File

@ -35,6 +35,8 @@ import kotlin.jvm.Volatile
*
* @see [broadcast] 广播事件
* @see [CoroutineScope.subscribe] 监听事件
*
* @see CancellableEvent 可被取消的事件
*/
interface Event {
/**