org.eclipse.ecf.datashare.events
Interface IChannelConnectEvent

All Superinterfaces:
IChannelEvent

public interface IChannelConnectEvent
extends IChannelEvent

Event delivered to an IChannelListener when the parent container of a channel connects successfully to a target ID via the connect(ID, IConnectContext) method.


Method Summary
 ID getTargetID()
          Get ID of target IContainer that connected.
 
Methods inherited from interface org.eclipse.ecf.datashare.events.IChannelEvent
getChannelID
 

Method Detail

getTargetID

ID getTargetID()
Get ID of target IContainer that connected.

Returns:
ID of IContainer that has connected. Will not be null.