speech.tools
Interface SpeechState

All Superinterfaces:
Agent, Good, GuiEnabled, Managed, Remote, Spy
All Known Implementing Classes:
SpeechStateAgent

public interface SpeechState
extends GuiEnabled, Managed


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 GuiMaker getGuiMaker()
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, getOldLogs, shutdown, startup, whereAreYou
 
Methods inherited from interface agentland.resource.Managed
getNeed, replace, replace, resources, yank, yank
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

getGuiMaker

public GuiMaker getGuiMaker()
                     throws RemoteException
Specified by:
getGuiMaker in interface GuiEnabled