org.eclipse.ecf.datashare.events
Interface IChannelContainerEvent

All Known Subinterfaces:
IChannelContainerChannelActivatedEvent, IChannelContainerChannelDeactivatedEvent

public interface IChannelContainerEvent

Super interface for events delivered to IChannelContainerAdapter instances


Method Summary
 ID getChannelContainerID()
          Get the id of the channel's originating source IContainer associated with this event.
 ID getChannelID()
          Get the id of the channel associated with this event.
 

Method Detail

getChannelID

ID getChannelID()
Get the id of the channel associated with this event.

Returns:
ID of the channel. Will not be null.

getChannelContainerID

ID getChannelContainerID()
Get the id of the channel's originating source IContainer associated with this event.

Returns:
ID of the channel's originating source IContainer. Will not be null.