Don't know if I'm thinking right here but why implement EntryPoint in
MyEntryPoint and just implement EntryPoint in GWTTest. Like so...
public class MyEntryPoint {
// My custome methods...
}
public class GWTTest extends MyEntryPoint implements EntryPoint {
@Override
public void onModuleLoad() {
// code goes here....
}
}
On Oct 22, 8:29 am, Prashant <[email protected]> wrote:
> basically, i want to write some custom methods common to all gwt modules, if
> my approach (refer to previous post) is not correct/possible please suggest
> me a workaround.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---