1: // Copyright (C) 2003,2004,2005 by Object Mentor, Inc. All rights reserved.
2: // Released under the terms of the GNU General Public License version 2 or later.
3: package fit;
4:
5: publicinterface FixtureListener {
6: publicvoid tableFinished(Parse table);
7:
8: publicvoid tablesFinished(Counts count);
9: }