32333435363738
* @param parentHandler handler */ public ReplyHandler( BaseHandler aParent ) { super( aParent ); reply = new BuzzReply(); }