|
dbXML API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
DatabaseEventListener is an interface that can be implemented by a class and registered with a Database instance in order to listen for various events. Such events may effect the management of processes like system security. These events might include Collection creation and deletion.
| Method Summary | |
void |
createCollection(Collection collection)
createCollection is called by the Database when a Collection is created. |
void |
dropCollection(Collection collection)
dropCollection is called by the Database when a Collection is dropped. |
| Method Detail |
public void createCollection(Collection collection)
collection - The Collection that was createdpublic void dropCollection(Collection collection)
collection - The Collection that was dropped
|
dbXML API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||