| org.w3c.util.PropertyMonitoring
All known Subclasses: org.w3c.www.protocol.http.cache.CacheFilter, org.w3c.jigsaw.servlet.JigsawHttpSessionContext, org.w3c.jigsaw.servlet.JigsawServletContext, org.w3c.www.protocol.http.cache.CacheStore, org.w3c.jigsaw.http.httpd, org.w3c.www.protocol.http.proxy.ProxyDispatcher, org.w3c.www.protocol.http.icp.ICPFilter, org.w3c.jigsaw.http.CommonLogger,
PropertyMonitoring | public interface PropertyMonitoring (Code) | | |
Method Summary | |
public boolean | propertyChanged(String name) The callback method, invoked when any property change occurs.
Parameters: name - The name of the property that changed. |
propertyChanged | public boolean propertyChanged(String name)(Code) | | The callback method, invoked when any property change occurs.
Parameters: name - The name of the property that changed. A boolean, if true, accept the new propertyvalue, otherwise, reject it and reset the property to its oldvalue. |
|
|