|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppsDatabaseEventListener
The AppsDatabaseListener
class allows an
application to monitor the application database so that it can keep an up
to date interface without polling the state. The application shall receive
these events in a timely fashion after the AIT changes, however it is
system dependant how often the AIT table is checked.
Method Summary | |
---|---|
void |
entryAdded(AppsDatabaseEvent evt)
The AppsDataBase has had an application entry added. |
void |
entryChanged(AppsDatabaseEvent evt)
The AppsDataBase has had an application entry changed. |
void |
entryRemoved(AppsDatabaseEvent evt)
The AppsDataBase has had an application entry removed. |
void |
newDatabase(AppsDatabaseEvent evt)
The AppsDataBase has radically changed. |
Method Detail |
---|
void newDatabase(AppsDatabaseEvent evt)
evt
- the AppsDatabaseEvent.void entryAdded(AppsDatabaseEvent evt)
evt
- the AppsDatabaseEvent.void entryRemoved(AppsDatabaseEvent evt)
evt
- the AppsDatabaseEvent.void entryChanged(AppsDatabaseEvent evt)
evt
- the AppsDatabaseEvent.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |