Class BrowserListener.Adapter
java.lang.Object
de.espirit.firstspirit.client.gui.applications.browser.BrowserListener.Adapter
- All Implemented Interfaces:
BrowserListener
- Enclosing interface:
- BrowserListener
An abstract adapter class for receiving browser events.
The methods in this class are empty. This class exists as
convenience for creating listener objects.
- Since:
- 4.2.416
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.client.gui.applications.browser.BrowserListener
BrowserListener.Adapter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDocumentComplete
(String url) Inform the listener that the specified url is completely loaded.void
onLocationChange
(@NotNull String url) Called when the location (url) of the browser changed.
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
onLocationChange
Called when the location (url) of the browser changed.- Specified by:
onLocationChange
in interfaceBrowserListener
- Parameters:
url
- the new url- Since:
- 4.2.416
-
onDocumentComplete
Inform the listener that the specified url is completely loaded.- Specified by:
onDocumentComplete
in interfaceBrowserListener
- Parameters:
url
- the url which had been loaded- Since:
- 4.2.416
-