Ontimize 5.2072EN

com.ontimize.gui.table
Class InsertTableInsertRowEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ontimize.gui.table.InsertTableInsertRowEvent
All Implemented Interfaces:
java.io.Serializable

public class InsertTableInsertRowEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InsertTableInsertRowEvent(InsertTableInsertRowChange source, java.util.Hashtable rowData)
           
 
Method Summary
 java.util.Hashtable getRowData()
           
 
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

InsertTableInsertRowEvent

public InsertTableInsertRowEvent(InsertTableInsertRowChange source,
                                 java.util.Hashtable rowData)
Method Detail

getRowData

public java.util.Hashtable getRowData()

Ontimize