Package top.focess.qq.api.event.bot
Class FriendInputStatusEvent
- java.lang.Object
-
- top.focess.qq.api.event.Event
-
- top.focess.qq.api.event.bot.BotEvent
-
- top.focess.qq.api.event.bot.FriendInputStatusEvent
-
- All Implemented Interfaces:
Serializable
public class FriendInputStatusEvent extends BotEvent
Called when friend input status is changed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FriendInputStatusEvent(Bot bot, Friend friend, boolean input)Constructs a FriendInputStatusEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FriendgetFriend()booleanisInput()-
Methods inherited from class top.focess.qq.api.event.Event
isPrevent, prevent, setPrevent
-
-
-
-
Method Detail
-
isInput
public boolean isInput()
-
getFriend
public Friend getFriend()
-
-