Uses of Class
org.eclipse.ecf.sync.doc.DocumentChangeMessage

Packages that use DocumentChangeMessage
org.eclipse.ecf.docshare   
org.eclipse.ecf.sync.doc   
 

Uses of DocumentChangeMessage in org.eclipse.ecf.docshare
 

Methods in org.eclipse.ecf.docshare with parameters of type DocumentChangeMessage
protected  void DocShare.handleUpdateMessage(DocumentChangeMessage documentChangeMessage)
          This method called by the DocShare.handleMessage(ID, byte[]) method if the type of the message received is an update message.
 

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

Methods in org.eclipse.ecf.sync.doc that return DocumentChangeMessage
static DocumentChangeMessage DocumentChangeMessage.deserialize(byte[] bytes)