public interface AppsDatabaseEventListener extends EventListener
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.| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2012 code4tv.com. All Rights Reserved.