org.selman.java3d.book.common
Interface RotationChangeListener

All Superinterfaces:
TornadoChangeListener
All Known Implementing Classes:
MouseNavigateTest

public interface RotationChangeListener
extends TornadoChangeListener

Interface to listen for changes in rotation from the TornadoMouseRotate class.

Version:
1.0
Author:
Daniel Selman

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

Method Detail

onRotate

public void onRotate(java.lang.Object target,
                     javax.vecmath.Point3d point3d)
Callback to notify of new translationg being applied.

Parameters:
target - the Object being manipulated
point3d - the new rotation (Euler, radians) applied