public interface TransformationStackListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
changed(TransformationStack transformationStack,
TransformationStack.TransformationStackEvent event,
Transformation top)
Called when an event occur in the listened transformation stack.
|
void changed(TransformationStack transformationStack, TransformationStack.TransformationStackEvent event, Transformation top)
transformationStack - the transformation stack where the event occur.event - the event.top - the new peek transformation of the stack.