Package top.focess.qq.api.event.chat
Class ConsoleChatEvent
- java.lang.Object
-
- top.focess.qq.api.event.Event
-
- top.focess.qq.api.event.chat.ConsoleChatEvent
-
- All Implemented Interfaces:
Serializable
public class ConsoleChatEvent extends Event
Called when Console input a String- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsoleChatEvent(TextMessage message)Constructs a ConsoleInputEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull TextMessagegetMessage()-
Methods inherited from class top.focess.qq.api.event.Event
isPrevent, prevent, setPrevent
-
-
-
-
Constructor Detail
-
ConsoleChatEvent
public ConsoleChatEvent(TextMessage message)
Constructs a ConsoleInputEvent- Parameters:
message- the console message
-
-
Method Detail
-
getMessage
@NotNull public @NotNull TextMessage getMessage()
-
-