org.axiondb.event
Class RowInsertedEvent

java.lang.Object
  extended by org.axiondb.event.TableModifiedEvent
      extended by org.axiondb.event.RowEvent
          extended by org.axiondb.event.RowInsertedEvent

public class RowInsertedEvent
extends RowEvent

An event signifying that a row has been inserted into a Table.

Version:
$Revision: 1.4 $ $Date: 2004/08/19 02:18:50 $

Constructor Summary
RowInsertedEvent(Table table, Row oldRow, Row newRow)
           
 
Method Summary
 void visit(TableModificationListener listener)
           
 
Methods inherited from class org.axiondb.event.RowEvent
getNewRow, getOldRow, setNewRow, setOldRow, toString
 
Methods inherited from class org.axiondb.event.TableModifiedEvent
getTable, setTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowInsertedEvent

public RowInsertedEvent(Table table,
                        Row oldRow,
                        Row newRow)
Method Detail

visit

public void visit(TableModificationListener listener)
           throws AxionException
Specified by:
visit in class TableModifiedEvent
Throws:
AxionException