com.qoppa.pdfNotes.undo
Interface UndoAction


public interface UndoAction

This class contains information about an undo-able action.

Author:
Qoppa Software
See Also:
UndoManager, PDFNotesBean.getUndoManager()

Method Summary
 String getDescription()
          Returns a description of the UndoAction.
 

Method Detail

getDescription

String getDescription()
Returns a description of the UndoAction.

Returns:
a description of the UndoAction