de.mguennewig.pobjects.event
Class PObjContainerEvent
java.lang.Object
de.mguennewig.pobjects.event.PObjContainerEvent
public class PObjContainerEvent
- extends java.lang.Object
This event is thrown if any table in the database has been changed by the
application.
NOTE: It is not thrown if any changes outside of the application
are done.
- Author:
- Michael Günnewig
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PObjContainerEvent
public PObjContainerEvent(TableExpr[] tables)
- Creates a new PObjContainerEvent.
contains
public boolean contains(TableExpr te)
getNumTables
public final int getNumTables()
getTable
public final TableExpr getTable(int idx)