com.tensegrity.graph.view
Interface CustomUndoRedo


public interface CustomUndoRedo

A custom undo-redo step can be implemented and submitted by implementing this interface.

An implementation of this interface is in turn added to an instance of VisualGraphView by invoking the method VisualGraphView.logCustomUndoRedo(CustomUndoRedo).

Version:
$Id: CustomUndoRedo.java,v 1.3 2004/02/03 11:54:20 sr Exp $
Author:
Stepan Rutz

Method Summary
 void redo()
          Invoked for redo.
 void undo()
          Invoked for undo.
 

Method Detail

undo

public void undo()
Invoked for undo.


redo

public void redo()
Invoked for redo.



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.