Clarification: Item 22
Elided code was not clearly marked
Both listener classes on p. 134 should include a private declaration of the Logger Singleton class:
private static Logger logger;
This declaration was removed from the code listing, but not discussed in the text.