Interface TransformationManagerListener
-
- All Superinterfaces:
java.util.EventListener
public interface TransformationManagerListener extends java.util.EventListener
The listener of aTransformationManager
functions are called when events occurs in the listenedTransformationManager
.- Author:
- Pierre Lando
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
transformationChanged(TransformationManager transformationManager)
Called when the top transformation of the listened TransformationManager have changed.
-
-
-
Method Detail
-
transformationChanged
void transformationChanged(TransformationManager transformationManager)
Called when the top transformation of the listened TransformationManager have changed.- Parameters:
transformationManager
- object where event occur.
-
-