net.sourceforge.java.feednread.frontend.components.tabbar
Class InternalBrowser.LocationHandler
java.lang.Object
net.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
|
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 |
InternalBrowser.LocationHandler
private InternalBrowser.LocationHandler()
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