Package top.focess.qq.core.listener
Class ConsoleListener
- java.lang.Object
-
- top.focess.qq.core.listener.ConsoleListener
-
-
Constructor Summary
Constructors Constructor Description ConsoleListener()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonConsoleChat(ConsoleChatEvent event)static voidregisterInputListener(IOHandler ioHandler)Register input String listener.
-
-
-
Method Detail
-
onConsoleChat
public void onConsoleChat(ConsoleChatEvent event)
-
registerInputListener
public static void registerInputListener(IOHandler ioHandler)
Register input String listener. (Used to communicate with CommandSender with ioHandler)- Parameters:
ioHandler- theCommandSender.CONSOLECommandSender
-
-