Package org.apache.tiles.definition
Interface RefreshMonitor
-
- All Known Implementing Classes:
BaseLocaleUrlDefinitionDAO
,CachingLocaleUrlDefinitionDAO
,LocaleUrlDefinitionDAO
,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
- Version:
- $Rev: 666834 $ $Date: 2008-06-12 06:49:05 +1000 (Thu, 12 Jun 2008) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
refreshRequired()
Indicates whether the sources are out of date and need to be reloaded.
-