org.oddjob.input
Interface InputHandler

All Known Implementing Classes:
ConsoleInputHandler, StdInInputHandler, SwingInputHandler

public interface InputHandler

Something capable of providing input to Oddjob.

Author:
rob

Method Summary
 Properties handleInput(InputRequest[] requests)
          Handle a series of input requests.
 

Method Detail

handleInput

Properties handleInput(InputRequest[] requests)
Handle a series of input requests. The series is intended to be short and simple such as username and password.

Parameters:
requests - The requests.
Returns:
The results. These are serializable so they can be persisted by Oddjob.