com.tensegrity.composite
Interface CompositeNavigator.ZoomValueListener

All Superinterfaces:
EventListenerTag
All Known Implementing Classes:
ZoomComboBox
Enclosing interface:
CompositeNavigator

public static interface CompositeNavigator.ZoomValueListener
extends EventListenerTag

Interface for the listeners interested in the current used zoom value of this Navigator.

Version:
$Id: CompositeNavigator.java,v 1.21 2005/10/25 13:14:01 KevinCVS Exp $
Author:
GillesIachelini

Method Summary
 void zoomValueChanged(double factor)
          The method zoomValueChanged should be invoked, if the zoom value of the represented view of this navigator has changed.
 

Method Detail

zoomValueChanged

public void zoomValueChanged(double factor)
The method zoomValueChanged should be invoked, if the zoom value of the represented view of this navigator has changed.

Parameters:
factor - the factor by which the zoomValue has been changed.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.