com.planet_ink.coffee_mud.core.intermud.net
Interface Input
public interface Input
This class is designed to accept user input
outside of any command parsing structure.
You will generally subclass this to provide a
temporary place to direct user input when asking
the user questions and so on. When the user types
something that has been redirected to a subclass of
Input, the string they type gets passed to the
input() method for processing.
Created: 28 September 1996
Last modified: 28 September 1996
- See Also:
Interactive.redirectInput(com.planet_ink.coffee_mud.core.intermud.net.Input)
|
Method Summary |
void |
input(Interactive user,
java.lang.String arg)
Implementations of this interface will define this
method so that it processes user input. |
input
void input(Interactive user,
java.lang.String arg)
- Implementations of this interface will define this
method so that it processes user input.
- Parameters:
arg - the input string