org.axiondb.event
Class DatabaseModifiedEvent
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseModifiedEvent
public DatabaseModifiedEvent(Table t)
getTable
public Table getTable()