Uses of Class
top.focess.qq.api.event.Event
-
-
Uses of Event in top.focess.qq.api.event
Methods in top.focess.qq.api.event with type parameters of type Event Modifier and Type Method Description <T extends Event>
voidListenerHandler. register(Listener listener, Method method, EventHandler handler)Register the listenerstatic <T extends Event>
voidEventManager. submit(T event)Submit the event to all of its implemented super event class<T extends Event>
voidListenerHandler. submit(T event)Submit the event to this listener handlerConstructors in top.focess.qq.api.event with parameters of type Event Constructor Description EventSubmitException(Event event)Constructs a EventSubmitExceptionEventSubmitException(Event event, String message)Constructs a EventSubmitException -
Uses of Event in top.focess.qq.api.event.bot
Subclasses of Event in top.focess.qq.api.event.bot Modifier and Type Class Description classBotEventCalled when an event is relative with a botclassBotLoginEventCalled when bot loginclassBotLogoutEventCalled when bot logoutclassBotReloginEventCalled when bot reloginclassFriendInputStatusEventCalled when friend input status is changed -
Uses of Event in top.focess.qq.api.event.chat
Subclasses of Event in top.focess.qq.api.event.chat Modifier and Type Class Description classChatEventCalled when a friend chat with bot or a member chat in a group the bot is inclassConsoleChatEventCalled when Console input a StringclassFriendChatEventCalled when a friend chat with botclassGroupChatEventCalled when a member who chats in the group the bot is inclassStrangerChatEventCalled when a stranger chat with bot -
Uses of Event in top.focess.qq.api.event.command
Subclasses of Event in top.focess.qq.api.event.command Modifier and Type Class Description classCommandExecutedEventCalled after command executedclassCommandPrepostEventCalled before command executing -
Uses of Event in top.focess.qq.api.event.message
Subclasses of Event in top.focess.qq.api.event.message Modifier and Type Class Description classConsoleMessageEventCalled when Console input a String (this does not execute any commands)classFriendMessageEventCalled when a friend chat with bot (this does not execute any commands)classGroupMessageEventCalled when a member who chats in the group the bot is in (this does not execute any commands)classMessageEventCalled when a friend chat with bot or a member chat in a group the bot is in (this does not execute any commands)classStrangerMessageEventCalled when a stranger chat with bot (this does not execute any commands) -
Uses of Event in top.focess.qq.api.event.plugin
Subclasses of Event in top.focess.qq.api.event.plugin Modifier and Type Class Description classPluginEventCalled when a plugin triggers a special actionclassPluginLoadEventCalled when a plugin is loadedclassPluginUnloadEventCalled when a plugin is unloaded -
Uses of Event in top.focess.qq.api.event.recall
Subclasses of Event in top.focess.qq.api.event.recall Modifier and Type Class Description classFriendRecallEventCalled when a Friend recall a messageclassGroupRecallEventCalled when a Member recall a message in a Group -
Uses of Event in top.focess.qq.api.event.request
Subclasses of Event in top.focess.qq.api.event.request Modifier and Type Class Description classFriendRequestEventCalled when a friend-request comesclassGroupRequestEventCalled when a group-request comes -
Uses of Event in top.focess.qq.api.event.server
Subclasses of Event in top.focess.qq.api.event.server Modifier and Type Class Description classServerStartEventCalled when MainPlugin is loaded completelyclassServerStopEventCalled when MainPlugin is starting unloading itself
-