Class BrowserListener.Adapter

java.lang.Object
de.espirit.firstspirit.client.gui.applications.browser.BrowserListener.Adapter
All Implemented Interfaces:
BrowserListener
Enclosing interface:
BrowserListener

public abstract static class BrowserListener.Adapter extends Object implements 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
  • Constructor Details

    • Adapter

      public Adapter()
  • Method Details

    • onLocationChange

      public void onLocationChange(@NotNull @NotNull String url)
      Called when the location (url) of the browser changed.
      Specified by:
      onLocationChange in interface BrowserListener
      Parameters:
      url - the new url
      Since:
      4.2.416
    • onDocumentComplete

      public void onDocumentComplete(String url)
      Inform the listener that the specified url is completely loaded.
      Specified by:
      onDocumentComplete in interface BrowserListener
      Parameters:
      url - the url which had been loaded
      Since:
      4.2.416