Re: [DPP-Devel] ProjectNegotiationObservable not observable

2015-04-14 Thread Stefan Rossbach
Hi, yes this class and the "SessionNegotiationObservable" class are both parts of the negotiation handling. The names are old left overs as both classes should only be accessed by the SessionManager itself. As we are still restructuring our package layout there is currently no need to rename t

[DPP-Devel] ProjectNegotiationObservable not observable

2015-04-14 Thread Denis Washington
Hi, While trying to get a working prototype of project sharing over the host, I noticed a class named ProjectNegotiationObservable. However, its instance Cannot actually be observed in the sense of the design pattern (there is no listener mechanism) so the name was a bit confusing to me. Maybe the