com.primix.tapestry
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,v 1.5 2001/05/02 14:15:15 hship Exp $
Author:
Howard Ship

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

Method Detail

getComponentPath

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

getNewValue

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

getPropertyName

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