agentland.software
Interface SynchronizedBrowser

All Known Implementing Classes:
SynchronizedBrowserAgent, SynchronizedBrowserEHA

public interface SynchronizedBrowser
extends WindowsWebBrowser


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 String getSyncID()
           
 void hearURLchange(Secret s)
           
 void notifyAllBrowsers(Secret s)
           
 void notifyStatus(Secret s)
           
 void syncWith(String ID)
           
 
Methods inherited from interface agentland.software.WindowsWebBrowser
getURL, goURL
 
Methods inherited from interface agentland.util.Notifier
addSpy, addSpy, gossip, notify, passNotify, removeAllSpies, removeSpy, removeSpy
 

Method Detail

getSyncID

public String getSyncID()
                 throws RemoteException

syncWith

public void syncWith(String ID)
              throws RemoteException

hearURLchange

public void hearURLchange(Secret s)
                   throws RemoteException

notifyStatus

public void notifyStatus(Secret s)
                  throws RemoteException

notifyAllBrowsers

public void notifyAllBrowsers(Secret s)
                       throws RemoteException