speech.think
Interface LoudMouth

All Known Implementing Classes:
LoudMouthAgent

public interface LoudMouth
extends Agent


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

Method Detail

thinkOutloud

public String thinkOutloud(String text)
                    throws RemoteException

thinkQuietly

public String thinkQuietly(String text)
                    throws RemoteException