speech
Interface RemoteTagsListener

All Superinterfaces:
Agent, Remote
All Known Subinterfaces:
AppGrammar, DrapesManagerSpeech, LightManagerSpeech, ProjectionScreenSpeech, ProjectorManagerSpeech, ReminderSpeech
All Known Implementing Classes:
HAL2001Agent, LauncherSpeechAgent, MessAgent, ReminderSpeechAgent, AppGrammarAgent, TestGrammarAgent, HappyAgent, SpeechAgent, ManagedSpeechAgent

public interface RemoteTagsListener
extends Agent

To hear about a parsed speech event.


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void acceptedTagsResult(Hashtable tags)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, getOldLogs, shutdown, startup, whereAreYou
 

Method Detail

acceptedTagsResult

public void acceptedTagsResult(Hashtable tags)
                        throws RemoteException