Package top.focess.qq.api.event.message
Class ConsoleMessageEvent
- java.lang.Object
-
- top.focess.qq.api.event.Event
-
- top.focess.qq.api.event.message.ConsoleMessageEvent
-
- All Implemented Interfaces:
Serializable
public class ConsoleMessageEvent extends Event
Called when Console input a String (this does not execute any commands)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsoleMessageEvent(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class top.focess.qq.api.event.Event
isPrevent, prevent, setPrevent
-
-