rero.client.user
public class UserHandler extends Feature implements InputListener
| Field Summary | |
|---|---|
| protected BuiltInCommands | builtInCommands |
| protected static Pattern | commandParametersPattern |
| protected HashMap | commands |
| protected InternalDataList | ircData |
| protected AliasEnvironment | scriptedAliases |
| Constructor Summary | |
|---|---|
| UserHandler() | |
| Method Summary | |
|---|---|
| String | getQuery() |
| Collection | getScriptedAliases() |
| void | init() |
| boolean | isNickComplete(String text) |
| void | onInput(UserInputEvent ev) |
| void | processCommand(String text) |
| void | processCommandBuiltIn(String text) |
| void | processInput(String text) |
| void | processNickCompletion(String text) |
| void | registerCommand(String name, ClientCommand command) this is an internal API so there is no effort to remember "prior" commands. |
| void | runAlias(String command, String parameters) |
| void | runAliasBuiltIn(String command, String parameters) |
| void | storeDataStructures(WeakHashMap data) |