org.grinvin.gred.transformations

Class TransformationSupport

Known Direct Subclasses:
AbstractTransformation

public class TransformationSupport
extends java.lang.Object

Helper class for implementations of Transformation. Models can delegate listener management and notification to an object of this class.

Method Summary

void
addTransformationListener(TransformationListener l)
void
fireTransformationChanged()
Notify all listeners of a change to this transformation.
void
removeTransformationListener(TransformationListener l)

Method Details

addTransformationListener

public void addTransformationListener(TransformationListener l)

fireTransformationChanged

public void fireTransformationChanged()
Notify all listeners of a change to this transformation.

removeTransformationListener

public void removeTransformationListener(TransformationListener l)