Package net.runelite.client.chat
Class CommandManager
- java.lang.Object
-
- net.runelite.client.chat.CommandManager
-
@Singleton public class CommandManager extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
register(ChatboxInputListener chatboxInputListener)
void
unregister(ChatboxInputListener chatboxInputListener)
-
-
-
Method Detail
-
register
public void register(ChatboxInputListener chatboxInputListener)
-
unregister
public void unregister(ChatboxInputListener chatboxInputListener)
-
-