wicket.util.time
Interface ITimeFrameSource

All Known Implementing Classes:
TimeFrame

public interface ITimeFrameSource

A timeframe source produces time frame values. The value returned by a timeframe source may vary over time.

Author:
Jonathan Locke
See Also:
TimeFrame

Method Summary
 TimeFrame getTimeFrame()
           
 

Method Detail

getTimeFrame

TimeFrame getTimeFrame()
Returns:
Gets current time frame value


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