|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBTableChangedListener | |
---|---|
semorg.gui.list | Provides several list windows of the graphics user interface layer. |
semorg.gui.util | This package provides utilities for the several window classes (graphics user interface layer). |
semorg.sql.tables | This package implements the object relational mapping between the relational data model (the tables) and the object oriented data model (the objects within this package). |
Uses of DBTableChangedListener in semorg.gui.list |
---|
Fields in semorg.gui.list declared as DBTableChangedListener | |
---|---|
private DBTableChangedListener |
ListWindow.updateListener
A listener which reacts on changes of the database table. |
Uses of DBTableChangedListener in semorg.gui.util |
---|
Fields in semorg.gui.util with type parameters of type DBTableChangedListener | |
---|---|
private DistinctVector<DBTableChangedListener> |
DelayedPaymentViewerControl.updateListeners
These listeners react on changes in the database tables by updating the GUI table. |
private DistinctVector<DBTableChangedListener> |
AssociationTabControl.updateListeners
These listeners react on changes in the database tables by updating the GUI table. |
Uses of DBTableChangedListener in semorg.sql.tables |
---|
Fields in semorg.sql.tables with type parameters of type DBTableChangedListener | |
---|---|
private static Set<DBTableChangedListener> |
AbstractTable.tableChangedListeners
A set of listeners, which react on table changes. |
Methods in semorg.sql.tables with parameters of type DBTableChangedListener | |
---|---|
static void |
AbstractTable.addDBTableChangedListener(DBTableChangedListener listener)
Inserts a listener into a set of listeners. |
static void |
AbstractTable.removeDBTableChangedListener(DBTableChangedListener listener)
Removes a listener from a set of listeners. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |