agentland.util
Interface TextInput

All Known Implementing Classes:
TextInputAgent, TextInputEHA

public interface TextInput
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 String LineInput()
           
 String MultiInput()
           
 String Password()
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

LineInput

public String LineInput()
                 throws RemoteException

MultiInput

public String MultiInput()
                  throws RemoteException

Password

public String Password()
                throws RemoteException