public interface IAbstractChannel extends org.eclipse.core.runtime.IAdaptable, IIdentifiable
IChannel
.Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose this channel.
|
IChannelListener |
getListener()
Get IChannelListener instance for this IAbstractChannel
|
IChannelListener |
setListener(IChannelListener listener)
Set listener to new IChannelListener instance
|
getID
IChannelListener getListener()
null
, the channel has no listener.IChannelListener setListener(IChannelListener listener)
listener
- the new listener to set for this channel. If null, then there
will be no new listener for this channel.void dispose()
IAbstractChannelContainerAdapter.removeChannel(org.eclipse.ecf.core.identity.ID)
.Copyright © 2017. All rights reserved.