Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Small question about method connect

Hi Samolisov,

On Sat, Jan 9, 2010 at 12:34 AM, Samolisov Pavel <samolisov@xxxxxxxxx> wrote:
> Method IContainer#connect must be synchronous or asynchronous?

I believe this is up to the implementation. There is no hard
requirement for this.

> May be container must generate event when connection has
> maked? Has ECF any listeners on connection maked?

Yes, it should fire events. See IContainerEvent and its subinterfaces.
http://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/org/eclipse/ecf/core/events/IContainerEvent.html

Regards,
Remy


Back to the top