Interface w3c.jigsaw.http.PropertyMonitoring
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface w3c.jigsaw.http.PropertyMonitoring

public interface PropertyMonitoring
extends Object

Method Index

 o propertyChanged(String)
The callback method, invoked when any property change occurs.

Methods

 o propertyChanged
  public abstract boolean propertyChanged(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.

All Packages  Class Hierarchy  This Package  Previous  Next  Index