org.eclipse.ecf.datashare.events
Interface IChannelEvent

All Known Subinterfaces:
IChannelConnectEvent, IChannelDisconnectEvent, IChannelMessageEvent

public interface IChannelEvent

Super interface for events delivered to IChannel instances


Method Summary
 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.