agentland.util.scheduler
Interface ReminderSpeech

All Superinterfaces:
Agent, Remote, RemoteTagsListener
All Known Implementing Classes:
ReminderSpeechAgent

public interface ReminderSpeech
extends RemoteTagsListener


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

Method Detail

popUpSpeech

public void popUpSpeech(Object message)
                 throws RemoteException