jdbreport.grid
Class UndoEvent

java.lang.Object
  extended by java.util.EventObject
      extended by jdbreport.grid.UndoEvent
All Implemented Interfaces:
Serializable

public class UndoEvent
extends EventObject

Version:
1.1 03/09/08
Author:
Andrey Kholmanskih
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UndoEvent(Object source, UndoItem undoItem)
           
 
Method Summary
 UndoItem getUndoItem()
           
 void setUndoItem(UndoItem undoItem)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndoEvent

public UndoEvent(Object source,
                 UndoItem undoItem)
Method Detail

getUndoItem

public UndoItem getUndoItem()
Returns:
the undoItem

setUndoItem

public void setUndoItem(UndoItem undoItem)
Parameters:
undoItem - the undoItem to set