Searched defs:handleInput (Results 1 – 4 of 4) sorted by relevance
25 public final Result handleInput(List<String> input) { in handleInput() method in SingleArgCommand
31 public Result handleInput(List<String> args) { in handleInput() method in HelloWorldCommand
36 public Result handleInput(List<String> input) { in handleInput() method in LogoutCommand
29 Result handleInput(List<String> input); in handleInput() method