wicket.version.undo
Class Change

java.lang.Object
  extended bywicket.version.undo.Change
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Add, Component.ComponentModelChange, Component.VisibilityChange, ModelChange, Remove

public abstract class Change
extends java.lang.Object
implements java.io.Serializable

Undo information for a change to the page.

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-2006 Wicket developers. All Rights Reserved.