Interface ZoomLevelChanged

All Superinterfaces:
Event, ZoomLevelsEvent

public interface ZoomLevelChanged extends ZoomLevelsEvent
An event indicating that the zoom level for a specific URL has been changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Host
    Returns the host of the URL of the web page which zoom level has been changed.
    default ZoomLevel
    Returns the new zoom level of a web page.
    default ZoomLevels
    Returns the ZoomService instance initiated this event.
  • Method Details

    • zoomLevels

      default ZoomLevels zoomLevels()
      Description copied from interface: ZoomLevelsEvent
      Returns the ZoomService instance initiated this event.
      Specified by:
      zoomLevels in interface ZoomLevelsEvent
    • level

      default ZoomLevel level()
      Returns the new zoom level of a web page.
    • host

      default Host host()
      Returns the host of the URL of the web page which zoom level has been changed.