org.selman.java3d.book.common
Interface ScaleChangeListener

All Superinterfaces:
TornadoChangeListener
All Known Implementing Classes:
MouseNavigateTest

public interface ScaleChangeListener
extends TornadoChangeListener

Interface to listen for changes in translation from the TornadoMouseScale class.

Version:
1.0
Author:
Daniel Selman

Method Summary
 void onScale(java.lang.Object target, javax.vecmath.Vector3d scale)
          Callback to notify of new scale being applied.
 
Methods inherited from interface org.selman.java3d.book.common.TornadoChangeListener
onAdjustTransform, onApplyTransform, onEndDrag, onStartDrag
 

Method Detail

onScale

public void onScale(java.lang.Object target,
                    javax.vecmath.Vector3d scale)
Callback to notify of new scale being applied.

Parameters:
target - the Object being manipulated
scale - the new scale being applied