agentland.rufus
Interface Mumble

All Superinterfaces:
Agent, Confucius, ConfuciusClock, Daemon, Good, Managed, Remote, Spy
All Known Implementing Classes:
MumbleAgent

public interface Mumble
extends ConfuciusClock


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void startMumbling()
          Begin a sequence of mumbling to indicate thinking...
 void stopMumbling()
          stop that sequence.
 
Methods inherited from interface agentland.rufus.ConfuciusClock
getConfucius, scheduleSaying, setSilent, startClock, stopClock
 
Methods inherited from interface agentland.rufus.Daemon
getMeanTime, isStopped, setMeanTime, startDaemon, stopDaemon
 
Methods inherited from interface agentland.resource.Managed
getNeed, replace, replace, resources, yank, yank
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, getOldLogs, shutdown, startup, whereAreYou
 
Methods inherited from interface agentland.util.Spy
tell
 
Methods inherited from interface agentland.rufus.Confucius
addSaying, getSaying, getSayingNumber, listSayings, numSayings, setSaying, useSayingBase
 

Method Detail

startMumbling

public void startMumbling()
                   throws RemoteException
Begin a sequence of mumbling to indicate thinking...

stopMumbling

public void stopMumbling()
                  throws RemoteException
stop that sequence.