Package org.eclipse.emf.cdo.view
Interface CDOObjectHandler
- 
- All Known Implementing Classes:
- CDOStaleReferencePolicy.DynamicProxy.Enhanced
 
 public interface CDOObjectHandlerCall-back handler used byviewsto tell implementors of this interface aboutstatechanges ofobjects.- Since:
- 3.0
- Author:
- Eike Stepper
- See Also:
- CDOView.addObjectHandler(CDOObjectHandler),- CDOView.removeObjectHandler(CDOObjectHandler),- CDOObject.cdoState()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidobjectStateChanged(CDOView view, CDOObject object, CDOState oldState, CDOState newState)
 
-