42434445464748
* @param parentHandler handler */ public ActivityHandler( BaseHandler aParent ) { super( aParent ); activity = new BuzzActivity(); }