org.axiondb.event
Class DatabaseModifiedEvent

java.lang.Object
  extended by org.axiondb.event.DatabaseModifiedEvent

public class DatabaseModifiedEvent
extends Object

An event signifying that a database object has changed, for example, due to a Table being added or dropped.

Version:
$Revision: 1.1 $ $Date: 2003/01/12 14:12:52 $

Constructor Summary
DatabaseModifiedEvent(Table t)
           
 
Method Summary
 Table getTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseModifiedEvent

public DatabaseModifiedEvent(Table t)
Method Detail

getTable

public Table getTable()