Package org.eclipse.emf.cdo.view
Interface CDORegistrationHandler
- 
- All Known Implementing Classes:
- CDORegistrationHandler.Default
 
 public interface CDORegistrationHandlerCall-back handler used byviewsto tell implementors of this interface about registrations and deregistrations ofobjectswithviews.- Since:
- 4.6
- Author:
- Eike Stepper
- See Also:
- CDOView.addRegistrationHandler(CDORegistrationHandler),- CDOView.removeRegistrationHandler(CDORegistrationHandler),- CDOView.isObjectRegistered(org.eclipse.emf.cdo.common.id.CDOID)
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classCDORegistrationHandler.DefaultA concrete default implementation ofCDORegistrationHandler.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidobjectCollected(CDOView view, CDOID id)voidobjectDeregistered(CDOView view, CDOObject object)voidobjectRegistered(CDOView view, CDOObject object)
 
-