|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.axiondb.event.TableModifiedEvent
org.axiondb.event.RowEvent
org.axiondb.event.RowDeletedEvent
An event signifying that a row has been deleted into a Table.
| Constructor Summary | |
RowDeletedEvent(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 |
public RowDeletedEvent(Table table,
Row oldRow,
Row newRow)
| Method Detail |
public void visit(TableModificationListener listener)
throws AxionException
visit in class TableModifiedEventAxionException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||