Uses of Interface
org.eclipse.swt.browser.ProgressListener
Packages that use ProgressListener
-
Uses of ProgressListener in org.eclipse.swt.browser
Classes in org.eclipse.swt.browser that implement ProgressListenerModifier and TypeClassDescriptionclassThis adapter class provides default implementations for the methods described by theProgressListenerinterface.Methods in org.eclipse.swt.browser that return ProgressListenerModifier and TypeMethodDescriptionstatic ProgressListenerProgressListener.changedAdapter(Consumer<ProgressEvent> c) Static helper method to create aProgressListenerfor thechanged(ProgressEvent e)) method, given a lambda expression or a method reference.static ProgressListenerProgressListener.completedAdapter(Consumer<ProgressEvent> c) Static helper method to create aProgressListenerfor thecompleted(ProgressEvent e)) method, given a lambda expression or a method reference.Methods in org.eclipse.swt.browser with parameters of type ProgressListenerModifier and TypeMethodDescriptionvoidBrowser.addProgressListener(ProgressListener listener) Adds the listener to the collection of listeners who will be notified when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.voidBrowser.removeProgressListener(ProgressListener listener) Removes the listener from the collection of listeners who will be notified when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.