Package | Description |
---|---|
org.eclipse.swt.browser |
SWT Browser widget.
|
Modifier and Type | Method and Description |
---|---|
void |
LocationAdapter.changed(LocationEvent event) |
void |
LocationListener.changed(LocationEvent event)
This method is called when the current location is changed.
|
void |
LocationAdapter.changing(LocationEvent event) |
void |
LocationListener.changing(LocationEvent event)
This method is called when the current location is about to be changed.
|
Modifier and Type | Method and Description |
---|---|
static LocationListener |
LocationListener.changedAdapter(Consumer<LocationEvent> c)
Static helper method to create a
LocationListener for the
LocationListener.changed(LocationEvent e) ) method, given a lambda expression or a method reference. |
static LocationListener |
LocationListener.changingAdapter(Consumer<LocationEvent> c)
Static helper method to create a
LocationListener for the
LocationListener.changing(LocationEvent e) ) method, given a lambda expression or a method reference. |
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.