1 package org.catacomb.graph.gui; 2 3 4 public interface RotationListener { 5 6 public void rotationChanged(); 7 8 }