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