Package com.teamdev.jxbrowser.zoom.event
Interface ZoomLevelChanged
- All Superinterfaces:
Event,ZoomLevelsEvent
An event indicating that the zoom level for a specific URL has been changed.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Hosthost()Returns the host of the URL of the web page which zoom level has been changed.default ZoomLevellevel()Returns the new zoom level of a web page.default ZoomLevelsReturns theZoomServiceinstance initiated this event.
-
Method Details
-
zoomLevels
Description copied from interface:ZoomLevelsEventReturns theZoomServiceinstance initiated this event.- Specified by:
zoomLevelsin interfaceZoomLevelsEvent
-
level
Returns the new zoom level of a web page. -
host
Returns the host of the URL of the web page which zoom level has been changed.
-