agentland.text
Interface TextOutput

All Superinterfaces:
Agent, Good, Managed, Remote, Spy
All Known Subinterfaces:
AlphaLEDSign, HTMLTextOutput
All Known Implementing Classes:
TextOutputAgent

public interface TextOutput
extends Managed


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void outputText(String text)
           
 void outputText(TextObject tObject)
           
 
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

outputText

public void outputText(String text)
                throws RemoteException

outputText

public void outputText(TextObject tObject)
                throws RemoteException