agentland.software
Interface WindowsWebBrowser

All Superinterfaces:
Agent, Good, HTMLDisplay, Managed, Remote, Spy
All Known Subinterfaces:
ManagedWindowsWebBrowser
All Known Implementing Classes:
WindowsWebBrowserAgent

public interface WindowsWebBrowser
extends Managed, HTMLDisplay


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 String getURL()
          Returns the String URL of the current HTML page.
 boolean goURL(String url)
           
 
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
 
Methods inherited from interface agentland.text.HTMLDisplay
display, display, display
 

Method Detail

goURL

public boolean goURL(String url)
              throws RemoteException

getURL

public String getURL()
              throws RemoteException
Description copied from interface: HTMLDisplay
Returns the String URL of the current HTML page.
Specified by:
getURL in interface HTMLDisplay
Following copied from interface: agentland.text.HTMLDisplay
Returns:
a String value
Throws:
RemoteException - if an error occurs