VdexReload 1.1.3 API

uk.ac.reload.dweezil.undo
Interface UndoListener

All Known Implementing Classes:
ReloadUndoMenuManager

public interface UndoListener

An Undo Listener


Method Summary
 void undoableActionHappened(UndoableAction a)
          An Undoable Action occurred
 

Method Detail

undoableActionHappened

public void undoableActionHappened(UndoableAction a)
An Undoable Action occurred

Parameters:
a - the UndoableAction that occured

VdexReload 1.1.3 API