Interface InternalCDOResource

All Superinterfaces:
CDOObject, CDOResource, CDOResourceLeaf, CDOResourceNode, CDOWithID, org.eclipse.net4j.util.io.EncodingProvider, EObject, Notifier, Resource, Resource.Internal, XMLResource
All Known Implementing Classes:
CDOResourceImpl

public interface InternalCDOResource extends CDOResource, Resource.Internal, XMLResource, org.eclipse.net4j.util.io.EncodingProvider
Internal protocol for the CDOResource.
Since:
4.2
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Method Details

    • cdoInternalLoading

      void cdoInternalLoading(EObject object)
      Informs the resource that an object contained within it is being loaded.
    • cdoInternalLoadingDone

      void cdoInternalLoadingDone(EObject object)
      Informs the resource that an object contained within it has finished being loaded.