ix.ip2
Class AgendaItem.UndoSetPriority

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

 class AgendaItem.UndoSetPriority
extends AbstractUndoAction


Field Summary
(package private)  Priority saved
           
 
Constructor Summary
AgendaItem.UndoSetPriority()
           
 
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

Priority saved
Constructor Detail

AgendaItem.UndoSetPriority

AgendaItem.UndoSetPriority()
Method Detail

undo

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