org.eclipse.emf.cdo.view
Interface CDOObjectHandler


public interface CDOObjectHandler

Call-back handler used by views to tell implementors of this interface about state changes of objects.

Since:
3.0
See Also:
CDOView.addObjectHandler(CDOObjectHandler), CDOView.removeObjectHandler(CDOObjectHandler), CDOObject.cdoState()

Method Summary
 void objectStateChanged(CDOView view, CDOObject object, CDOState oldState, CDOState newState)
           
 

Method Detail

objectStateChanged

void objectStateChanged(CDOView view,
                        CDOObject object,
                        CDOState oldState,
                        CDOState newState)


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.