bhlangonijr / chesslib

chess library for legal move generation, FEN/PGN parsing and more
Apache License 2.0
229 stars 80 forks source link

Fix #61 - PgnLoadListener.notifyProgress not invoked #62

Closed liebig closed 3 years ago

liebig commented 3 years ago

This fix adds the invocation of all registered PgnLoadListeners after adding a game in the PgnHolder class. I have also added two unit tests.