de.mguennewig.pobjects.event
Class PObjContainerEvent

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

Constructor Summary
PObjContainerEvent(TableExpr[] tables)
          Creates a new PObjContainerEvent.
 
Method Summary
 boolean contains(TableExpr te)
           
 int getNumTables()
           
 TableExpr getTable(int idx)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PObjContainerEvent

public PObjContainerEvent(TableExpr[] tables)
Creates a new PObjContainerEvent.

Method Detail

contains

public boolean contains(TableExpr te)

getNumTables

public final int getNumTables()

getTable

public final TableExpr getTable(int idx)