agentland.info.news.newsWall
Interface NewsWallGui

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

public interface NewsWallGui
extends Managed


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void hideGui()
           
 void presentStory(news.models.Story story)
           
 void showGui()
           
 void showGui(String computerName)
           
 
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, getOldLogs, shutdown, startup, whereAreYou
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

showGui

public void showGui()
             throws RemoteException

showGui

public void showGui(String computerName)
             throws RemoteException

hideGui

public void hideGui()
             throws RemoteException

presentStory

public void presentStory(news.models.Story story)
                  throws RemoteException