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 Host
host()
Returns the host of the URL of the web page which zoom level has been changed.default ZoomLevel
level()
Returns the new zoom level of a web page.default ZoomLevels
Returns theZoomService
instance initiated this event.
-
Method Details
-
zoomLevels
Description copied from interface:ZoomLevelsEvent
Returns theZoomService
instance initiated this event.- Specified by:
zoomLevels
in 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.
-