import java.util.EventListener;


public interface GraduationListener extends EventListener{

	public void valueChanged(GraduationEvent e);
}
