Hello,
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 [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.