speech
Interface SpeechOut

All Known Implementing Classes:
SpeechOutAgent

public interface SpeechOut
extends Agent, TalkNSing

Spitting out speech. also see TalkNSing.java


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void reconnect()
           
 boolean status()
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 
Methods inherited from interface speech.TalkNSing
busy, playWav, playWavSync, say, saySafe, saySafe, saySync, stopTalking
 

Method Detail

status

public boolean status()
               throws RemoteException

reconnect

public void reconnect()
               throws RemoteException