Uses of Enum
org.scilab.forge.scirenderer.tranformations.TransformationStack.TransformationStackEvent
Packages that use TransformationStack.TransformationStackEvent
-
Uses of TransformationStack.TransformationStackEvent in org.scilab.forge.scirenderer.tranformations
Methods in org.scilab.forge.scirenderer.tranformations that return TransformationStack.TransformationStackEventModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.TransformationStack.TransformationStackEvent.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.scilab.forge.scirenderer.tranformations with parameters of type TransformationStack.TransformationStackEventModifier and TypeMethodDescriptionvoidTransformationStackListener.changed(TransformationStack transformationStack, TransformationStack.TransformationStackEvent event, Transformation top) Called when an event occur in the listened transformation stack.protected voidTransformationStackImpl.fireChanged(TransformationStack.TransformationStackEvent event, Transformation top) Fire a change event.