Package org.eclipse.emf.cdo.view
Interface CDORegistrationHandler
- All Known Implementing Classes:
CDORegistrationHandler.Default
public interface CDORegistrationHandler
Call-back handler used by
views
to tell implementors of this interface about registrations and deregistrations
of objects
with views
.- Since:
- 4.6
- Author:
- Eike Stepper
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
A concrete default implementation ofCDORegistrationHandler
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
objectCollected
(CDOView view, CDOID id) void
objectDeregistered
(CDOView view, CDOObject object) void
objectRegistered
(CDOView view, CDOObject object)
-
Method Details
-
objectRegistered
-
objectDeregistered
-
objectCollected
-