agentland.device.speechin
Interface TunerSpeech

All Superinterfaces:
Agent, Remote
All Known Implementing Classes:
TunerSpeechAgent

public interface TunerSpeech
extends Agent


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

Method Detail

acceptedTagsResult

public void acceptedTagsResult(Hashtable tags)
                        throws RemoteException

activate

public void activate()
              throws RemoteException

deactivate

public void deactivate()
                throws RemoteException

activate

public void activate(String name)
              throws RemoteException

deactivate

public void deactivate(String name)
                throws RemoteException