|
From: Greg E. <gr...@er...> - 2009-01-22 19:44:21
|
Yep, that works.
Cheers,
Greg
On Jan 21, 2009, at 6:57 PM, Michael Bedward wrote:
> Can you just get away with this ?
>
> static class MyGridLayer extends DefaultMapLayer {
>
> public MyGridLayer(GridCoverage2D cov, Style style) {
> super(cov, style);
> }
>
> public void dataChanged() {
> sourceListener.changed(null);
> }
> }
>
> The compiler shouldn't complain about no default constructor then (I
> think)
>
> Michael
|