org.apache.tapestry.record
Interface IPageChange

All Known Implementing Classes:
PageChange

public interface IPageChange

Represents a change to a component on a page, this represents a datum of information stored by a IPageRecorder.

Version:
$Id: IPageChange.java 243791 2004-02-19 17:38:13Z hlship $
Author:
Howard Lewis Ship

Method Summary
 String getComponentPath()
          The path to the component on the page, or null if the property is a property of the page.
 Object getNewValue()
          The new value for the property, which may be null.
 String getPropertyName()
          The name of the property that changed.
 

Method Detail

getComponentPath

String getComponentPath()
The path to the component on the page, or null if the property is a property of the page.


getNewValue

Object getNewValue()
The new value for the property, which may be null.


getPropertyName

String getPropertyName()
The name of the property that changed.