Uses of Interface
org.eclipse.ecf.sync.IModelChange

Packages that use IModelChange
org.eclipse.ecf.sync   
org.eclipse.ecf.sync.doc   
 

Uses of IModelChange in org.eclipse.ecf.sync
 

Methods in org.eclipse.ecf.sync that return IModelChange
 IModelChange IModelSynchronizationStrategy.deserializeRemoteChange(byte[] bytes)
          Deserialization of given byte array to concrete instance of IModelChange object to represent local change to be applied
 IModelChange ModelUpdateException.getModelChange()
           
 IModelChange[] IModelSynchronizationStrategy.transformRemoteChange(IModelChange remoteChange)
          Transform remote change into a set of local changes to be synchronously applied to the local model.
 

Methods in org.eclipse.ecf.sync with parameters of type IModelChange
 IModelChangeMessage[] IModelSynchronizationStrategy.registerLocalChange(IModelChange localChange)
          Register local model change with synchronization strategy.
 IModelChange[] IModelSynchronizationStrategy.transformRemoteChange(IModelChange remoteChange)
          Transform remote change into a set of local changes to be synchronously applied to the local model.
 

Constructors in org.eclipse.ecf.sync with parameters of type IModelChange
ModelUpdateException(org.eclipse.core.runtime.IStatus status, IModelChange mc, java.lang.Object model)
           
ModelUpdateException(java.lang.String message, IModelChange mc, java.lang.Object model)
           
ModelUpdateException(java.lang.String message, java.lang.Throwable cause, IModelChange mc, java.lang.Object model)
           
ModelUpdateException(java.lang.Throwable cause, IModelChange mc, java.lang.Object model)
           
 

Uses of IModelChange in org.eclipse.ecf.sync.doc
 

Subinterfaces of IModelChange in org.eclipse.ecf.sync.doc
 interface IDocumentChange
          Local document change.
 

Classes in org.eclipse.ecf.sync.doc that implement IModelChange
 class DocumentChangeMessage
          Document change message of communicating document change events to remote models.