Interface RefreshMonitor

All Known Implementing Classes:
BaseLocaleUrlDefinitionDAO, CachingLocaleUrlDefinitionDAO, ResolvingLocaleUrlDefinitionDAO

public interface RefreshMonitor
Implementing this interface means that the object monitors the sources it uses to check when they change.
Since:
2.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether the sources are out of date and need to be reloaded.
  • Method Details

    • refreshRequired

      boolean refreshRequired()
      Indicates whether the sources are out of date and need to be reloaded.
      Returns:
      true if the sources need to be refreshed.
      Since:
      2.1.0