Skip to content

Commit 37def84

Browse files
committed
1. 添加StateSwitchListener
1 parent 95add40 commit 37def84

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package io.github.wechaty.io.github.wechaty.status
2+
3+
import io.github.wechaty.StateEnum
4+
5+
@FunctionalInterface
6+
interface StateSwitchListener {
7+
fun handler(state: StateEnum)
8+
}

0 commit comments

Comments
 (0)