I'm newbie to GWT and read the tutorial of StockWatcher now, here is
my question:
In 
http://code.google.com/intl/zh-CN/webtoolkit/tutorials/1.5/codeclient.html#addStock,
"3. Add a button to remove stocks from the stock list", following is
the code:

int removedIndex = stocks.indexOf(symbol);

My question:
where is the "symbol" from?
It's in a listener's method, but defined in "addStock" function?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to