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(String message)Constructs a ConsoleInputEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull StringgetMessage()-
Methods inherited from class top.focess.qq.api.event.Event
isPrevent, setPrevent
-
-