wicket.util.watch
Interface IModifiable

All Known Subinterfaces:
IResourceStream, IStringResourceStream
All Known Implementing Classes:
AbstractResourceStream, File

public interface IModifiable

Interface to get the last time something was modified.

Author:
Jonathan Locke

Method Summary
 Time lastModifiedTime()
          Gets the last time this modifiable thing changed.
 

Method Detail

lastModifiedTime

public Time lastModifiedTime()
Gets the last time this modifiable thing changed.

Returns:
The last modification time.


Copyright © 2004-2005 Wicket developers. All Rights Reserved.