org.eclipse.ecf.datashare.events
Interface IChannelDisconnectEvent

All Superinterfaces:
IChannelEvent

public interface IChannelDisconnectEvent
extends IChannelEvent

Event delivered to the IChannelListener when the parent container of a channel disconnects.


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

Method Detail

getTargetID

ID getTargetID()
Get ID of IContainer that has disconnected from channel.

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