Package org.apache.wicket.util.time
Interface ITimeFrameSource
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
TimeFrame
public interface ITimeFrameSource extends java.io.SerializableAnITimeFrameSourceproducesTimeFramevalues. The value returned by anITimeFrameSourcesource may vary over time.- Since:
- 1.2.6
- Author:
- Jonathan Locke
- See Also:
TimeFrame
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeFramegetTimeFrame()Retrieves the currentTimeFramevalue.
-
-
-
Method Detail
-
getTimeFrame
TimeFrame getTimeFrame()
Retrieves the currentTimeFramevalue.- Returns:
- the current
TimeFramevalue
-
-