I'm completing the tutorial of GWT with Google App Engine
http://code.google.com/intl/es/webtoolkit/doc/1.6/tutorial/appengine.html
In one example I see this:
public Stock(User user, String symbol) {
this();
this.user = user;
this.symbol = symbol;
}
What's the use of the method : this();
Is it a constructor initializing the class? Any Ideas?
Thx
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment