Thanks,
Brian
Attach your handlers to the underlying TextBoxBase
(suggestBox.getTextBox().addBlurHandler(...)) as you're told to do in
the JavaDoc for the deprecated addFocusListener:
http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/SuggestBox.html#addFocusListener(com.google.gwt.user.client.ui.FocusListener)