agentland.gui
Interface GuiManager
- All Superinterfaces:
- Agent, Good, Managed, Remote, Spy
- All Known Implementing Classes:
- GuiManagerAgent
- public interface GuiManager
- extends Managed
Methods inherited from interface agentland.util.Spy |
tell |
requestGui
public void requestGui(AgentID aid)
throws RemoteException
addGui
public boolean addGui(GuiMaker maker)
throws RemoteException
- Displays a gui
- Returns:
- True if all is good; false if gui could not be added
(e.g. if this gui is already being displayed)
tellGui
public void tellGui(Secret secret)
throws RemoteException
addSecretGui
public void addSecretGui(Secret s)
throws RemoteException