-
Method Summary
void
Called when a new list is added to a repository.
void
Called when a list is updated in some way in a repository.
void
Called when a list is removed from a repository.
-
Method Details
-
listAdded
Called when a new list is added to a repository.
- Parameters:
list - The list.
repository - The repository.
-
listRemoved
Called when a list is removed from a repository.
- Parameters:
list - The list that was removed.
repository - The repository.
-
listChanged
Called when a list is updated in some way in a repository.
- Parameters:
list - The list.
evt - An event describing the change.