Interface TransformationManagerListener
- All Superinterfaces:
EventListener
The listener of a
TransformationManager
functions are called when events occurs in the
listened TransformationManager
.- Author:
- Pierre Lando
-
Method Summary
Modifier and TypeMethodDescriptionvoid
transformationChanged
(TransformationManager transformationManager) Called when the top transformation of the listened TransformationManager have changed.
-
Method Details
-
transformationChanged
Called when the top transformation of the listened TransformationManager have changed.- Parameters:
transformationManager
- object where event occur.
-