1 /*
2 Copyright 2001 by Ralph Hartley
3 This software is licenced under the terms of the
4 Gnu Public Licence
5 */
6 public interface AlignmentListener {
7 public void alignmentChanged();
8 public void showAlignee(View view);
9 }
10