Uses of Class
org.eclipse.swt.browser.LocationEvent
-
Packages that use LocationEvent Package Description org.eclipse.swt.browser SWT Browser widget. -
-
Uses of LocationEvent in org.eclipse.swt.browser
Methods in org.eclipse.swt.browser with parameters of type LocationEvent Modifier and Type Method Description voidLocationAdapter. changed(LocationEvent event)voidLocationListener. changed(LocationEvent event)This method is called when the current location is changed.voidLocationAdapter. changing(LocationEvent event)voidLocationListener. changing(LocationEvent event)This method is called when the current location is about to be changed.Method parameters in org.eclipse.swt.browser with type arguments of type LocationEvent Modifier and Type Method Description static LocationListenerLocationListener. changedAdapter(Consumer<LocationEvent> c)Static helper method to create aLocationListenerfor theLocationListener.changed(LocationEvent e)) method, given a lambda expression or a method reference.static LocationListenerLocationListener. changingAdapter(Consumer<LocationEvent> c)Static helper method to create aLocationListenerfor theLocationListener.changing(LocationEvent e)) method, given a lambda expression or a method reference.
-