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