callback hooks for package list actions

This commit is contained in:
Mike Bonnet 2009-11-09 11:08:22 -05:00
parent c690b61b81
commit 8d18ddbf9f
2 changed files with 18 additions and 5 deletions

View file

@ -33,8 +33,8 @@ logger.setLevel(logging.INFO)
# the available callback hooks and a list
# of functions to be called for each event
callbacks = {
'prePackageAdd': [],
'postPackageAdd': [],
'prePackageListChange': [],
'postPackageListChange': [],
'preTaskStateChange': [],
'postTaskStateChange': [],
'preBuildStateChange': [],