agentland.games.boggle
Interface BoggleClient
- All Superinterfaces:
- Agent, Boggle, Good, Managed, Remote, Spy
- All Known Subinterfaces:
- GuiBoggleClient
- All Known Implementing Classes:
- BoggleClientAgent
- public interface BoggleClient
- extends Boggle
A BoggleClient
contains required methods for communicating
with a BoggleServer
. See the BoggleClientAgent
for detailed specifications of each of these mothods.
- See Also:
Boggle
,
BoggleClientAgent
Methods inherited from interface agentland.util.Spy |
tell |
createServer
public AgentID createServer()
throws RemoteException
createServer
public AgentID createServer(AgentID serverID)
throws RemoteException
serverName
public AgentID serverName()
throws RemoteException
joinServer
public boolean joinServer(AgentID boggleServer)
throws RemoteException
words
public Vector words()
throws RemoteException
setWords
public boolean setWords(Vector words)
throws RemoteException