Package org.eclipse.compare
Interface IModificationDate
-
- All Known Implementing Classes:
HistoryItem
,ResourceNode
public interface IModificationDate
Common interface for objects with a modification date. The modification date can be used in the UI to give the user a general idea of how old an object is.Clients may implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getModificationDate()
Returns the modification time of this object.
-