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