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.
2nd paragraphThe sentence "The
as operator returns true ..." Should read "The
is operator returns true ..."