org.apache.tiles.definition
Interface RefreshMonitor

All Known Subinterfaces:
Refreshable, ReloadableDefinitionsFactory
All Known Implementing Classes:
BaseLocaleUrlDefinitionDAO, CachingLocaleUrlDefinitionDAO, LocaleUrlDefinitionDAO, ResolvingLocaleUrlDefinitionDAO, UrlDefinitionsFactory

public interface RefreshMonitor

Implementing this interface means that the object monitors the sources it uses to check when they change.

Since:
2.1.0
Version:
$Rev: 666834 $ $Date: 2008-06-11 22:49:05 +0200 (mer, 11 giu 2008) $

Method Summary
 boolean refreshRequired()
          Indicates whether the sources are out of date and need to be reloaded.
 

Method Detail

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