Package fit
Class NullFixtureListener
- java.lang.Object
-
- fit.NullFixtureListener
-
- All Implemented Interfaces:
FixtureListener
public class NullFixtureListener extends java.lang.Object implements FixtureListener
-
-
Constructor Summary
Constructors Constructor Description NullFixtureListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tableFinished(Parse table)
void
tablesFinished(Counts count)
-
-
-
Method Detail
-
tableFinished
public void tableFinished(Parse table)
- Specified by:
tableFinished
in interfaceFixtureListener
-
tablesFinished
public void tablesFinished(Counts count)
- Specified by:
tablesFinished
in interfaceFixtureListener
-
-