org.grinvin.gred

Interface TransformationListener

All Superinterfaces:
EventListener

public interface TransformationListener
extends EventListener

Listens to changes in a transformation.

Note: It is the responsibility of the listener to keep track of the transformation being listened to. This transformation is not handed to the listener as a parameter of the various methods.

Method Summary

void
transformationChanged()
Called after a change in the transformation.

Method Details

transformationChanged

public void transformationChanged()
Called after a change in the transformation.