agentland.games.boggle
Interface BoggleServer
- All Superinterfaces:
- Agent, Boggle, Good, Managed, Remote, Spy
- All Known Subinterfaces:
- GuiBoggleServer
- All Known Implementing Classes:
- BoggleServerAgent
- public interface BoggleServer
- extends Boggle
A BoggleServer
contains required methods for communicating
with BoggleClient
s. See the BoggleServerAgent
for detailed specifications of each of these mothods.
- See Also:
Boggle
Methods inherited from interface agentland.util.Spy |
tell |
clients
public Collection clients()
throws RemoteException
addClient
public boolean addClient(AgentID client)
throws RemoteException
removeClient
public boolean removeClient(AgentID client)
throws RemoteException