agentland.device.pscreen
Interface ProjectionScreenMeta

All Superinterfaces:
Agent, Good, Managed, Remote, Spy
All Known Implementing Classes:
ProjectionScreenMetaAgent

public interface ProjectionScreenMeta
extends Managed


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void addKnownScreen(AgentID aid)
           
 void addKnownScreen(String aid)
           
 
Methods inherited from interface agentland.resource.Managed
getNeed, replace, replace, resources, yank, yank
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

addKnownScreen

public void addKnownScreen(AgentID aid)
                    throws RemoteException

addKnownScreen

public void addKnownScreen(String aid)
                    throws RemoteException