speech.speechout
Interface Voice

All Known Implementing Classes:
VoiceAgent

public interface Voice
extends Agent

Give different speech out voices.


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void printNames()
           
 boolean setPartialVoice(String name)
           
 void setVoice(String name)
           
 HashSet voiceNames()
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

voiceNames

public HashSet voiceNames()
                   throws RemoteException

setVoice

public void setVoice(String name)
              throws RemoteException

setPartialVoice

public boolean setPartialVoice(String name)
                        throws RemoteException

printNames

public void printNames()
                throws RemoteException