org.apache.wicket.version.undo
Class Change

java.lang.Object
  extended by org.apache.wicket.version.undo.Change
All Implemented Interfaces:
Serializable, IClusterable
Direct Known Subclasses:
Component.ComponentModelChange, Component.EnabledChange, Component.VisibilityChange

public abstract class Change
extends Object
implements IClusterable

A Change contains undo information for a change to the Page.

Since:
1.2.6
Author:
Jonathan Locke
See Also:
Serialized Form

Constructor Summary
Change()
           
 
Method Summary
abstract  void undo()
          Undoes the given change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Change

public Change()
Method Detail

undo

public abstract void undo()
Undoes the given change.



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.