Package edu.tufts.hrilab.action.db
Interface DatabaseListener
- All Known Implementing Classes:
DatabaseViewer
public interface DatabaseListener
Interface used by the Database to notify other objects
of changes in its contents.
-
Method Summary
Modifier and TypeMethodDescriptionvoidactionAdded(ActionDBEntry adb) Called whenever an action is added to the database.voidCalled whenever an action is removed from the database.
-
Method Details
-
actionAdded
Called whenever an action is added to the database.- Parameters:
adb- action added to the database.
-
actionRemoved
Called whenever an action is removed from the database.- Parameters:
adb- action removed.
-