handleInput abstract method

bool handleInput(
  1. String input
)

Handle input from the user during the interactive session Returns true if input was handled, false if session should exit

Implementation

bool handleInput(String input);