Uses of Interface
org.eclipse.ecf.datashare.IChannelListener

Packages that use IChannelListener
org.eclipse.ecf.datashare   
org.eclipse.ecf.datashare.mergeable   
org.eclipse.ecf.provider.datashare   
 

Uses of IChannelListener in org.eclipse.ecf.datashare
 

Fields in org.eclipse.ecf.datashare declared as IChannelListener
protected  IChannelListener BaseChannelConfig.listener
           
 

Methods in org.eclipse.ecf.datashare that return IChannelListener
 IChannelListener IChannelConfig.getListener()
          Get listener for channel being created.
 IChannelListener IAbstractChannel.getListener()
          Get IChannelListener instance for this IAbstractChannel
 IChannelListener BaseChannelConfig.getListener()
           
 IChannelListener IAbstractChannel.setListener(IChannelListener listener)
          Set listener to new IChannelListener instance
 

Methods in org.eclipse.ecf.datashare with parameters of type IChannelListener
 IChannel IChannelContainerAdapter.createChannel(ID channelID, IChannelListener listener, java.util.Map properties)
          Create a new channel within this container
 IChannelListener IAbstractChannel.setListener(IChannelListener listener)
          Set listener to new IChannelListener instance
 

Constructors in org.eclipse.ecf.datashare with parameters of type IChannelListener
BaseChannelConfig(ID id, IChannelListener listener, java.util.Map properties)
           
 

Uses of IChannelListener in org.eclipse.ecf.datashare.mergeable
 

Methods in org.eclipse.ecf.datashare.mergeable with parameters of type IChannelListener
 IMergeableChannel IMergeableChannelContainerAdapter.createMergeableChannel(ID channelID, IChannelListener listener, java.util.Map properties)
          Create a mergeable channel within this container
 

Uses of IChannelListener in org.eclipse.ecf.provider.datashare
 

Fields in org.eclipse.ecf.provider.datashare declared as IChannelListener
protected  IChannelListener BaseChannel.listener
           
 

Methods in org.eclipse.ecf.provider.datashare that return IChannelListener
 IChannelListener BaseChannel.getListener()
           
 IChannelListener BaseChannel.setListener(IChannelListener listener)
           
 

Methods in org.eclipse.ecf.provider.datashare with parameters of type IChannelListener
 IChannel SharedObjectDatashareContainerAdapter.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel DatashareContainerAdapter.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel DatashareContainer.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
protected  ISharedObject SharedObjectDatashareContainerAdapter.createSharedObject(SharedObjectTypeDescription typeDescription, ISharedObjectTransactionConfig transactionConfig, IChannelListener listener)
           
protected  void BaseChannel.setChannelListener(IChannelListener l)
           
 IChannelListener BaseChannel.setListener(IChannelListener listener)
           
 

Constructors in org.eclipse.ecf.provider.datashare with parameters of type IChannelListener
BaseChannel(ISharedObjectTransactionConfig config, IChannelListener listener)
          Primary copy implementation of channel class constructor