Service Activator Toolkit
Version 1.1.0 (20081206)

Uses of Interface
org.eclipse.soda.sat.core.record.container.interfaces.IImportServiceRecordContainerOwner

Packages that use IImportServiceRecordContainerOwner
org.eclipse.soda.sat.core.record.container.interfaces This package contains the service record container interfaces, which are used in the rare cases where subclassing BaseBundleActivator is not desirable. 
 

Uses of IImportServiceRecordContainerOwner in org.eclipse.soda.sat.core.record.container.interfaces
 

Subinterfaces of IImportServiceRecordContainerOwner in org.eclipse.soda.sat.core.record.container.interfaces
 interface IImportServiceRecordContainerLenientOwner
          When an IImportServiceRecordContainer is created it must be given an owner that will handle call-back notifications.
 

Methods in org.eclipse.soda.sat.core.record.container.interfaces with parameters of type IImportServiceRecordContainerOwner
 void IImportServiceRecordContainer.setOwner(IImportServiceRecordContainerOwner owner)
          Set the container's owner.
 


Service Activator Toolkit
Version 1.1.0 (20081206)