Hi, While reading Remote Procedure Calls in GWT tutorial (http:// code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web- toolkit-doc-1-5&t=GettingStartedRPC), I am having trouble understanding how these two lines in StockWatcher.java work:
private StockPriceServiceAsync stockPriceSvc; stockPriceSvc = GWT.create(StockPriceService.class); How can you assign StockPriceService (or its implementation: StockPriceServiceImpl) object to StockPriceServiceAsync while neither StockPriceService nor StockPriceServiceImpl implements StockPriceServiceAsync? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
