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

Method Detail

onTranslate

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