org.eclipse.mylar.monitor.workbench
Class BrowserMonitor.UrlTrackingListener

java.lang.Object
  extended by org.eclipse.mylar.monitor.workbench.BrowserMonitor.UrlTrackingListener
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.browser.LocationListener, org.eclipse.swt.internal.SWTEventListener
Enclosing class:
BrowserMonitor

 class BrowserMonitor.UrlTrackingListener
extends java.lang.Object
implements org.eclipse.swt.browser.LocationListener


Constructor Summary
BrowserMonitor.UrlTrackingListener()
           
 
Method Summary
 void changed(org.eclipse.swt.browser.LocationEvent locationEvent)
           
 void changing(org.eclipse.swt.browser.LocationEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserMonitor.UrlTrackingListener

BrowserMonitor.UrlTrackingListener()
Method Detail

changing

public void changing(org.eclipse.swt.browser.LocationEvent event)
Specified by:
changing in interface org.eclipse.swt.browser.LocationListener

changed

public void changed(org.eclipse.swt.browser.LocationEvent locationEvent)
Specified by:
changed in interface org.eclipse.swt.browser.LocationListener