agentland.util.scheduler
Interface ReminderInterface

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

public interface ReminderInterface
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void popUp(Object str)
           
 void setReminder()
           
 void setReminderSpeech(String TimeStr, String MainStr)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, getOldLogs, shutdown, startup, whereAreYou
 

Method Detail

setReminder

public void setReminder()
                 throws RemoteException

setReminderSpeech

public void setReminderSpeech(String TimeStr,
                              String MainStr)
                       throws RemoteException

popUp

public void popUp(Object str)
           throws RemoteException