Source code for TransformChangedListener.java

What follows is the highlighted source code with comments. You can also download this file directly: TransformChangedListener.java.

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package coordinatechanges;

/**
 *
 * @author pat
 */
public interface TransformChangedListener {
    public void transformChanged();
}
HOOPER >>>>> JAVA TUTORIAL
Last modified on August 17, 2018.
[check html] [check css]