Interface FaviconChanged

All Superinterfaces:
BrowserEvent, Event

public interface FaviconChanged extends BrowserEvent
An event indicating that the web page's favicon has been changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Browser
    Returns the Browser instance initiated this event.
    default Bitmap
    Returns a bitmap that represents the new favicon.
  • Method Details

    • browser

      default Browser browser()
      Description copied from interface: BrowserEvent
      Returns the Browser instance initiated this event.
      Specified by:
      browser in interface BrowserEvent
    • favicon

      default Bitmap favicon()
      Returns a bitmap that represents the new favicon.