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
Modifier and TypeMethodDescriptionboolean
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
-