ix.ip2
Class AgendaItem.UndoSetComments

java.lang.Object
  extended by ix.util.AbstractUndoAction
      extended by ix.ip2.AgendaItem.UndoSetComments
All Implemented Interfaces:
UndoAction
Enclosing class:
AgendaItem

 class AgendaItem.UndoSetComments
extends AbstractUndoAction


Field Summary
(package private)  java.lang.String saved
           
 
Constructor Summary
AgendaItem.UndoSetComments()
           
 
Method Summary
 void undo()
          Does whatever undoing this object represents.
 
Methods inherited from class ix.util.AbstractUndoAction
getNote, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

saved

java.lang.String saved
Constructor Detail

AgendaItem.UndoSetComments

AgendaItem.UndoSetComments()
Method Detail

undo

public void undo()
Description copied from interface: UndoAction
Does whatever undoing this object represents.