ControlRegistry eventSourceList and evenListenerList access?

6 Messages Forum Options Options
Permalink
Ahmed Mohombe
ControlRegistry eventSourceList and evenListenerList access?
Reply Threaded More
Print post
Permalink
Hi,

Shouldn't the following two be protected?
     /** The list of registered event sources. */
     private List eventSourceList;

     /** The list of registered event listeners. */
     private List eventListenerList;

Right now ClickClick doesn't seem to compile because they're private, but required in descended classes.

Thanks in advance,

Ahmed.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Click-development mailing list
Click-development@...
https://lists.sourceforge.net/lists/listinfo/click-development
sabob
Re: ControlRegistry eventSourceList and evenListenerList access?
Reply Threaded More
Print post
Permalink
Thanks Ahmed,

Ahmed Mohombe wrote:
>
> Right now ClickClick doesn't seem to compile because they're private, but required in descended classes.
>

I've updated AjaxControlRegistry to access the lists through package
private getters.

regards

bob

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Click-development mailing list
Click-development@...
https://lists.sourceforge.net/lists/listinfo/click-development
Ahmed Mohombe
Re: ControlRegistry eventSourceList and evenListenerList access?
Reply Threaded More
Print post
Permalink
> Ahmed Mohombe wrote:
>> Right now ClickClick doesn't seem to compile because they're private, but required in descended classes.
>>
>
> I've updated AjaxControlRegistry to access the lists through package
> private getters.
Oops. In the mean time I changed the package visibility of those ControlRegistry fields
locally and checked-in too (I need to compile while testing the new build.xml)

Ahmed.
P.S.O.T. I'm curious if there's some free CI server to build Click(Click) continuously (I haven't
found one).


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Click-development mailing list
Click-development@...
https://lists.sourceforge.net/lists/listinfo/click-development
sabob
Re: ControlRegistry eventSourceList and evenListenerList access?
Reply Threaded More
Print post
Permalink
Ahmed Mohombe wrote:
> Oops. In the mean time I changed the package visibility of those ControlRegistry fields
> locally and checked-in too (I need to compile while testing the new build.xml)

Have updated them too :)

>
> Ahmed.
> P.S.O.T. I'm curious if there's some free CI server to build Click(Click) continuously (I haven't
> found one).

Not that I am aware of.

If our incubation proposal succeeds, it would be interesting to find
out what services Apache provides to projects. I know JIRA and
Confluence is available. Not sure about a CI server though.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Click-development mailing list
Click-development@...
https://lists.sourceforge.net/lists/listinfo/click-development
Ahmed Mohombe
Re: ControlRegistry eventSourceList and evenListenerList access?
Reply Threaded More
Print post
Permalink
>> Oops. In the mean time I changed the package visibility of those ControlRegistry fields
>> locally and checked-in too (I need to compile while testing the new build.xml)
>
> Have updated them too :)
>
>> P.S.O.T. I'm curious if there's some free CI server to build Click(Click) continuously (I haven't
>> found one).
>
> Not that I am aware of.
>
> If our incubation proposal succeeds, it would be interesting to find
> out what services Apache provides to projects. I know JIRA and
> Confluence is available. Not sure about a CI server though.
It looks like Cayenne has a Hudson instance for CI (but from what I can see,
it's not 100% tuned correctly).


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Click-development mailing list
Click-development@...
https://lists.sourceforge.net/lists/listinfo/click-development
sabob
Re: ControlRegistry eventSourceList and evenListenerList access?
Reply Threaded More
Print post
Permalink
Ahmed Mohombe wrote:

> It looks like Cayenne has a Hudson instance for CI (but from what I can see,
> it's not 100% tuned correctly).

Here is some Hudson info: http://wiki.apache.org/general/Hudson

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Click-development mailing list
Click-development@...
https://lists.sourceforge.net/lists/listinfo/click-development