org.apache.wicket.util.time
Interface ITimeFrameSource

All Known Implementing Classes:
TimeFrame

public interface ITimeFrameSource

An ITimeFrameSource produces TimeFrame values. The value returned by an ITimeFrameSource source may vary over time.

Since:
1.2.6
Author:
Jonathan Locke
See Also:
TimeFrame

Method Summary
 TimeFrame getTimeFrame()
          Retrieves the current TimeFrame value.
 

Method Detail

getTimeFrame

TimeFrame getTimeFrame()
Retrieves the current TimeFrame value.

Returns:
the current TimeFrame value


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.