Package | Description |
---|---|
com.forte.qqrobot.listener.invoker.plug | |
com.forte.qqrobot.sender |
此包下定义所有sender相关方法接口并提供一个汇总接口。
其中, SenderGetList
SenderSendList
SenderSetList
这三个接口均继承SenderList 接口,其余接口均作为汇总或增强接口,不会直接使用。
接口中所有返回值为布尔类型的方法若无特殊标注则均代表方法的执行成功与否。 |
Modifier and Type | Method and Description |
---|---|
void |
ListenerPlug.onGlobalBlock(ListenerMethod listenerMethod,
int blockNameIndex)
根据此监听函数的某指定索引的名称来添加全局阻塞
|
void |
Plug.onGlobalBlock(ListenerMethod listenerMethod,
int blockNameIndex)
根据此监听函数的某指定索引的名称来添加全局阻塞
|
void |
Plug.EmptyPlug.onGlobalBlock(ListenerMethod listenerMethod,
int blockNameIndex) |
Modifier and Type | Method and Description |
---|---|
void |
MsgSender.onGlobalBlockByNameIndex(int index)
根据阻断名称的索引来更新全局阻塞
|
Copyright © 2020. All rights reserved.