|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsemorg.gui.util.DBTableChangedListener
public abstract class DBTableChangedListener
Models a Listener which reacts on changes of the database tables. All child classes are anonymous inner classes.
| Field Summary | |
|---|---|
private int |
type
The type of the DBTableChangedListener. |
static int |
TYPE_ABSTRACTTABLE
Indicates that the Listener is fired by a method of class AbstractTable. |
static int |
TYPE_ASSOCIATE
Indicates that the Listener is fired by a method of class Associate. |
static int |
TYPE_BOOKING
Indicates that the Listener is fired by a method of class Booking. |
static int |
TYPE_CLIENT
Indicates that the Listener is fired by a method of class Client. |
static int |
TYPE_CLIENTBOOKING
Indicates that the Listener is fired by a method of class ClientBooking. |
static int |
TYPE_COMPANY
Indicates that the Listener is fired by a method of class Company. |
static int |
TYPE_COMPANYBOOKING
Indicates that the Listener is fired by a method of class CompanyBooking. |
static int |
TYPE_COMPANYINTERNALPRESENTATION
Indicates that the Listener is fired by a method of class CompanyInternalPresentation. |
static int |
TYPE_CONDUCT
Indicates that the Listener is fired by a method of class Conduct. |
static int |
TYPE_ENUMERATION
Indicates that the Listener is fired by a method of class Enumeration. |
static int |
TYPE_INSTRUCTOR
Indicates that the Listener is fired by a method of class Instructor. |
static int |
TYPE_LECTURER
Indicates that the Listener is fired by a method of class Lecturer. |
static int |
TYPE_PERSON
Indicates that the Listener is fired by a method of class Person. |
static int |
TYPE_PRESENTATION
Indicates that the Listener is fired by a method of class Presentation. |
static int |
TYPE_PUBLICPRESENTATION
Indicates that the Listener is fired by a method of class PublicPresentation. |
static int |
TYPE_SEMINARTYPE
Indicates that the Listener is fired by a method of class Seminartype. |
static int |
TYPE_SUPERVISOR
Indicates that the Listener is fired by a method of class Supervisor. |
| Constructor Summary | |
|---|---|
DBTableChangedListener(int type)
Creates an DBTableChangedListener instance with the given type. |
|
| Method Summary | |
|---|---|
abstract void |
dBTableChanged()
Performs the action of the listener. |
int |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE_ABSTRACTTABLE
public static final int TYPE_ASSOCIATE
public static final int TYPE_BOOKING
public static final int TYPE_CLIENT
public static final int TYPE_CLIENTBOOKING
public static final int TYPE_COMPANY
public static final int TYPE_COMPANYBOOKING
public static final int TYPE_COMPANYINTERNALPRESENTATION
public static final int TYPE_CONDUCT
public static final int TYPE_ENUMERATION
public static final int TYPE_INSTRUCTOR
public static final int TYPE_LECTURER
public static final int TYPE_PERSON
public static final int TYPE_PRESENTATION
public static final int TYPE_PUBLICPRESENTATION
public static final int TYPE_SEMINARTYPE
public static final int TYPE_SUPERVISOR
private int type
| Constructor Detail |
|---|
public DBTableChangedListener(int type)
type - the desired type of the new DBTableChangedListener| Method Detail |
|---|
public final int getType()
public abstract void dBTableChanged()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||