org.selman.java3d.book.common
Interface TranslationChangeListener

All Superinterfaces:
TornadoChangeListener
All Known Implementing Classes:
MouseNavigateTest

public interface TranslationChangeListener
extends TornadoChangeListener

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

Version:
1.0
Author:
Daniel Selman

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

Method Detail

onTranslate

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

Parameters:
target - the Object being manipulated
vTranslation - the new translation being applied