org.axiondb.event
Class TableModifiedEvent

java.lang.Object
  extended by 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 $

Constructor Summary
TableModifiedEvent()
           
 
Method Summary
 Table getTable()
           
 void setTable(Table table)
           
abstract  void visit(TableModificationListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableModifiedEvent

public TableModifiedEvent()
Method Detail

getTable

public Table getTable()

setTable

public void setTable(Table table)

visit

public abstract void visit(TableModificationListener listener)
                    throws AxionException
Throws:
AxionException