org.eclipse.ecf.datashare.mergeable
Interface IUpdateInfo

All Superinterfaces:
IIdentifiable
All Known Subinterfaces:
IConflict, IItemHistory

public interface IUpdateInfo
extends IIdentifiable

Info about when an update was made and by whom.


Method Summary
 java.util.Date getWhen()
          Get date of when update was applied.
 
Methods inherited from interface org.eclipse.ecf.core.identity.IIdentifiable
getID
 

Method Detail

getWhen

java.util.Date getWhen()
Get date of when update was applied.

Returns:
Date the date when applied. Will not be null.