private function bookHandler(theBook:Object):void
{
trace(theBook.name);
trace(theBook.author);
}
name
author
Flex
desc