Commit 4bbdd588 authored by Him188's avatar Him188

Add typealias

parent 7525dc7c
......@@ -130,6 +130,8 @@ interface Listener<in E : Event> : CompletableJob {
suspend fun onEvent(event: E): ListeningStatus
}
typealias EventPriority = Listener.EventPriority
// region subscribe / subscribeAlways / subscribeOnce
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment