Package top.focess.qq.api.event.bot
Class BotLogoutEvent
- java.lang.Object
-
- top.focess.qq.api.event.Event
-
- top.focess.qq.api.event.bot.BotEvent
-
- top.focess.qq.api.event.bot.BotLogoutEvent
-
- All Implemented Interfaces:
Serializable
public class BotLogoutEvent extends BotEvent
Called when bot logout- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BotLogoutEvent(Bot bot)Constructs a BotLogoutEvent
-
Method Summary
-
Methods inherited from class top.focess.qq.api.event.Event
isPrevent, setPrevent
-
-
-
-
Constructor Detail
-
BotLogoutEvent
public BotLogoutEvent(Bot bot)
Constructs a BotLogoutEvent- Parameters:
bot- the bot
-
-