Package de.mguennewig.pobjects.event

The package provides classes to listen to database changes performed over the PObject library.

See:
          Description

Interface Summary
PObjContainerListener A listener for database changes caused by the application itself.
 

Class Summary
ContainerWrapper This is a simple wrapper around a database container to notify about (possible) database changes.
PObjContainerEvent This event is thrown if any table in the database has been changed by the application.
 

Package de.mguennewig.pobjects.event Description

The package provides classes to listen to database changes performed over the PObject library.

This can be used for example within Swing application to update all necessary GUI components without need to inform them directly on any change.