callback hooks for package list actions
This commit is contained in:
parent
c690b61b81
commit
8d18ddbf9f
2 changed files with 18 additions and 5 deletions
|
|
@ -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': [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue