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