Uses of Interface
chesspresso.pgn.PGNErrorHandler

Packages that use PGNErrorHandler
chesspresso.pgn   
 

Uses of PGNErrorHandler in chesspresso.pgn
 

Classes in chesspresso.pgn that implement PGNErrorHandler
 class PGNSimpleErrorHandler
          Simple implementation of a PGN error handler.
 

Methods in chesspresso.pgn with parameters of type PGNErrorHandler
 void PGNReader.setErrorHandler(PGNErrorHandler handler)