Package jpicedt.graphic.event
Interface ZoomListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
PEDrawingBoard.GridZoomToolBar
public interface ZoomListener extends java.util.EventListenerInterface for an observer to receive notifications of changes made to a zoom factor in an instance of PECanvas.- Since:
- jpicedt 1.3.2
- Version:
- $Id: ZoomListener.java,v 1.5.2.1 2007/09/02 11:56:18 reynal Exp $
- Author:
- Sylvain Reynal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidzoomUpdate(ZoomEvent e)called when the zoom changed in the sourcing PECanvas
-
-
-
Method Detail
-
zoomUpdate
void zoomUpdate(ZoomEvent e)
called when the zoom changed in the sourcing PECanvas
-
-