net.sourceforge.java.feednread.frontend.components.tabbar
Class InternalBrowser.LocationHandler

java.lang.Object
  extended bynet.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser.LocationHandler
All Implemented Interfaces:
EventListener, LocationListener, SWTEventListener
Enclosing class:
InternalBrowser

private class InternalBrowser.LocationHandler
extends Object
implements LocationListener


Constructor Summary
private InternalBrowser.LocationHandler()
           
 
Method Summary
 void changed(LocationEvent event)
           This method is called when the current browser location is changed.
 void changing(LocationEvent event)
           This method is called when the current location is about to change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalBrowser.LocationHandler

private InternalBrowser.LocationHandler()
Method Detail

changed

public void changed(LocationEvent event)

This method is called when the current browser location is changed.

Specified by:
changed in interface LocationListener
Parameters:
event - the LocationEvent triggered

changing

public void changing(LocationEvent event)

This method is called when the current location is about to change.

Specified by:
changing in interface LocationListener
Parameters:
event - the LocationEvent triggered