Hi all:

I am trying to create my first finance gadget and have a question on
addListener function:

Suppose you have
...
quote.getQuotes("GOOG");
quote.addListener(function(data)
{
data[google.finance.LAST]});

What is the data type of the _data_ argument ie what exactly gets
passed from getQuotes("GOOG") into the _data_ variable?

thanks,
--

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to