org.w3c.util
Interface PropertyMonitoring

All Known Implementing Classes:
AdminServer, CacheFilter, CacheStore, CommonLogger, ConnectionManager, DAVManager, ExtendedCommonLogger, httpd, HttpManager, httpsd, ICPFilter, JigsawHttpSessionContext, JigsawServletContext, MICPFilter, ProxyDispatcher, PushCacheFilter, SocketClientFactory, SSLSocketClientFactory, webdavd, webdavsd

public interface PropertyMonitoring


Method Summary
 boolean propertyChanged(java.lang.String name)
          The callback method, invoked when any property change occurs.
 

Method Detail

propertyChanged

boolean propertyChanged(java.lang.String name)
The callback method, invoked when any property change occurs.

Parameters:
name - The name of the property that changed.
Returns:
A boolean, if true, accept the new property value, otherwise, reject it and reset the property to its old value.