agentland.util
Interface Beeper

All Known Implementing Classes:
BeeperAgent

public interface Beeper
extends Managed


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void beep()
          Alert user
 void beepMessage(String s)
          Alert user with message
 
Methods inherited from interface agentland.resource.Managed
getNeed, replace, resources, yank, yank
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

beep

public void beep()
          throws RemoteException
Alert user

beepMessage

public void beepMessage(String s)
                 throws RemoteException
Alert user with message