Interface TransformationStackListener
-
- All Superinterfaces:
java.util.EventListener
public interface TransformationStackListener extends java.util.EventListener
- Author:
- Pierre Lando
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
changed(TransformationStack transformationStack, TransformationStack.TransformationStackEvent event, Transformation top)
Called when an event occur in the listened transformation stack.
-
-
-
Method Detail
-
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.
-
-