org.axiondb.event
Class TableModifiedEvent
java.lang.Object
org.axiondb.event.TableModifiedEvent
- Direct Known Subclasses:
- ColumnEvent, RowEvent
- public abstract class TableModifiedEvent
- extends Object
An event signifying that a Table
has changed, due to a DDL
or DML command.
- Version:
- $Revision: 1.2 $ $Date: 2003/02/12 16:22:56 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableModifiedEvent
public TableModifiedEvent()
getTable
public Table getTable()
setTable
public void setTable(Table table)
visit
public abstract void visit(TableModificationListener listener)
throws AxionException
- Throws:
AxionException