Package org.eclipse.emf.spi.cdo
Class CDOChangeSubscriptionAdapter
- java.lang.Object
- 
- org.eclipse.emf.common.notify.impl.AdapterImpl
- 
- org.eclipse.emf.spi.cdo.CDOChangeSubscriptionAdapter
 
 
- 
- All Implemented Interfaces:
- org.eclipse.emf.common.notify.Adapter,- org.eclipse.emf.common.notify.Adapter.Internal
 
 public class CDOChangeSubscriptionAdapter extends org.eclipse.emf.common.notify.impl.AdapterImplIf the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 4.0
- Author:
- Eike Stepper
- No Extend
- This interface is not intended to be extended by clients.
- No Instantiate
- This class is not intended to be instantiated by clients.
 
- 
- 
Constructor SummaryConstructors Constructor Description CDOChangeSubscriptionAdapter(CDOView view)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattach(CDOObject notifier)voiddispose()java.util.Set<CDOObject>getNotifiers()CDOViewgetView()voidreset()
 
- 
- 
- 
Constructor Detail- 
CDOChangeSubscriptionAdapterpublic CDOChangeSubscriptionAdapter(CDOView view) 
 
- 
 
-