Interface ZoomLevelsEvent

All Superinterfaces:
Event
All Known Subinterfaces:
ZoomLevelChanged

public interface ZoomLevelsEvent extends Event
An interface that all zoom service events must extend.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the ZoomService instance initiated this event.
  • Method Details

    • zoomLevels

      ZoomLevels zoomLevels()
      Returns the ZoomService instance initiated this event.