randombits-org / gwt-dispatch

Implements a reusable 'command pattern' API for GWT.
10 stars 1 forks source link

Changing ServerDispatchModule.configure to allow override #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to subclass ServerDispatchModule and to have possibility to 
override the configure method. 

Right now it's not possible because it's final. 

Original issue reported on code.google.com by misq...@gmail.com on 3 Nov 2009 at 8:24

GoogleCodeExporter commented 9 years ago
Seems like a reasonable request, although I don't tend to make methods final 
unless I have a good reason. 
However, I can't recall what that was in this case currently. What do you need 
to be able to configure?

Original comment by Bitmei...@gmail.com on 25 Apr 2010 at 5:00

GoogleCodeExporter commented 9 years ago

Original comment by Bitmei...@gmail.com on 28 Apr 2010 at 2:53

GoogleCodeExporter commented 9 years ago
This has been checked in.

Original comment by Bitmei...@gmail.com on 28 Apr 2010 at 6:59