Community
Participate
Working Groups
The method names IClientObject#add/removeListener are misleading as there are no listeners being added to or removed from a collection. Their purpose is just to inform the client that there is interest in a particular type of events and to ask it to listen on these events. I'd suggest to replace them with a single method setListen( String eventType, boolean listen )
Fixed as suggested. Changes are in CVS HEAD.