Interface TransformationStackListener
- All Superinterfaces:
EventListener
- Author:
- Pierre Lando
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changed
(TransformationStack transformationStack, TransformationStack.TransformationStackEvent event, Transformation top) Called when an event occur in the listened transformation stack.
-
Method Details
-
changed
void changed(TransformationStack transformationStack, TransformationStack.TransformationStackEvent event, Transformation top) Called when an event occur in the listened transformation stack.- Parameters:
transformationStack
- the transformation stack where the event occur.event
- the event.top
- the new peek transformation of the stack.
-