|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocationListener
This listener interface may be implemented in order to receive
a LocationEvent
notification when a Browser
navigates to a different URL.
Browser.addLocationListener(LocationListener)
,
Browser.removeLocationListener(LocationListener)
Method Summary | |
---|---|
void |
changed(LocationEvent event)
This method is called when the current location is changed. |
void |
changing(LocationEvent event)
This method is called when the current location is about to be changed. |
Method Detail |
---|
void changing(LocationEvent event)
The following fields in the LocationEvent
apply:
Browser
whose location is changing
false
to prevent the location
from being loaded
event
- the LocationEvent
that specifies the location
to be loaded by a Browser
void changed(LocationEvent event)
The following fields in the LocationEvent
apply:
true
if the location opens in the top frame or
false
otherwise
Browser
whose location has changed
event
- the LocationEvent
that specifies the new
location of a Browser
|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.