j3d.examples.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 j3d.examples.common.TornadoChangeListener
onAdjustTransform, onApplyTransform, onEndDrag, onStartDrag
 

Method Detail

onScale

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