speech.tools
Interface ShutUp
- All Superinterfaces:
- Agent, Good, Remote, Speech, Spy
- All Known Implementing Classes:
- ShutUpAgent
- public interface ShutUp
- extends Speech
The interface for ShutUpAgent. The ShutUpAgent
is a simple
agent that allows for the user to "interrupt" the computer while it is
talking, and in essence, shut the computer up. The stopTalking command
of speech.SpeechOutAgent will only work if the computer is using
saySafe or other variation of saySafe.
- See Also:
Speech
Method Summary |
void |
jabber()
Used to test the "shut up" feature. |
void |
shutup()
Stops speech out (if saySafe was used). |
Methods inherited from interface agentland.util.Spy |
tell |
shutup
public void shutup()
throws RemoteException
- Stops speech out (if saySafe was used).
- Throws:
RemoteException
- if an error occurs
jabber
public void jabber()
throws RemoteException
- Used to test the "shut up" feature. Jabber reads a long article
taken from CNN.
- Throws:
RemoteException
- if an error occurs