ix.util
Class AbstractUndoAction

java.lang.Object
  extended by ix.util.AbstractUndoAction
All Implemented Interfaces:
UndoAction
Direct Known Subclasses:
AgendaItem.UndoAddHistoryEvent, AgendaItem.UndoSetComments, AgendaItem.UndoSetPriority, AgendaItem.UndoSetStatus, IPlanOptionManager.Opt.UndoPoint

public abstract class AbstractUndoAction
extends java.lang.Object
implements UndoAction

Base implementation of an object used to undo something.


Constructor Summary
AbstractUndoAction(java.lang.String note)
           
 
Method Summary
 java.lang.String getNote()
          Returns a short note that describes what this action is about.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ix.util.UndoAction
undo
 

Constructor Detail

AbstractUndoAction

public AbstractUndoAction(java.lang.String note)
Method Detail

getNote

public java.lang.String getNote()
Returns a short note that describes what this action is about.

Specified by:
getNote in interface UndoAction

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object