ix.ip2
Class AgendaItem.UndoAddHistoryEvent

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

 class AgendaItem.UndoAddHistoryEvent
extends AbstractUndoAction


Field Summary
(package private)  HistoryEvent event
           
 
Constructor Summary
AgendaItem.UndoAddHistoryEvent(HistoryEvent event)
           
 
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

event

HistoryEvent event
Constructor Detail

AgendaItem.UndoAddHistoryEvent

AgendaItem.UndoAddHistoryEvent(HistoryEvent event)
Method Detail

undo

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