Interface | Description |
---|---|
InputHandler |
Something capable of providing input to Oddjob.
|
InputMedium |
Allows an
InputHandler to provide a call-back to an
InputRequest . |
InputRequest |
Provides an input.
|
Class | Description |
---|---|
ConsoleInputHandler |
An
InputHandler that uses the console to provide input. |
InputJob | |
StdInInputHandler |
An
InputHandler that uses stdin to provide input. |
For soliciting input from a user.