Interface ITimeFrameSource

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    TimeFrame

    @Deprecated
    public interface ITimeFrameSource
    extends Serializable
    Deprecated.
    Since Wicket 9 this class is obsolete and no more used. It will be removed in Wicket 10
    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 Detail

      • getTimeFrame

        TimeFrame getTimeFrame()
        Deprecated.
        Retrieves the current TimeFrame value.
        Returns:
        the current TimeFrame value