Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Kloping/qqpd-bot-java
/ onEvent
Method
onEvent
src/test/java/test_onMessage.java:31–34 ·
view source on GitHub ↗
(MessageEvent event)
Source
from the content-addressed store, hash-verified
29
starter.registerListenerHost(
new
ListenerHost() {
30
31
@EventReceiver
32
public
void
onEvent(MessageEvent event) {
33
event.send(
"测试"
);
34
}
35
36
@EventReceiver
37
public
void
onEvent(MessageDirectReceiveEvent event) {
Callers
nothing calls this directly
Calls
1
send
Method · 0.65
Tested by
no test coverage detected