VdexReload 1.1.3 API

uk.ac.reload.dweezil.undo
Interface UndoableAction

All Known Implementing Classes:
ReloadSchemaDocument.UndoableAddAction, ReloadSchemaDocument.UndoableDeleteAction, ReloadSchemaDocument.UndoableMoveAction

public interface UndoableAction

An Undoable Action


Method Summary
 java.lang.String getName()
          Get the name associated with this action - implementations should provide this
 void redo()
          Handle redo - implementations should provide this
 void undo()
          Handle undo - implementations should provide this
 

Method Detail

undo

public void undo()
Handle undo - implementations should provide this


redo

public void redo()
Handle redo - implementations should provide this


getName

public java.lang.String getName()
Get the name associated with this action - implementations should provide this

Returns:
the name associated with this action

VdexReload 1.1.3 API