Package org.eclipse.gef.editparts
Interface ZoomListener
-
- All Known Implementing Classes:
ZoomComboContributionItem
,ZoomInAction
,ZoomOutAction
public interface ZoomListener
Listens to zoom level changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
zoomChanged(double zoom)
Called whenever the ZoomManager's zoom level changes.
-