Mercurial > libervia-backend
diff frontends/src/quick_frontend/constants.py @ 2103:b44558286bbb
quick frontend (quick app): added progressFinished and progressError listeners
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 22 Dec 2016 18:10:36 +0100 |
parents | 19b9d3f8a6c7 |
children | 4e67d6ffea66 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/constants.py Tue Dec 20 21:07:22 2016 +0100 +++ b/frontends/src/quick_frontend/constants.py Thu Dec 22 18:10:36 2016 +0100 @@ -83,7 +83,7 @@ UPDATE_SELECTION = 'SELECTION' UPDATE_STRUCTURE = 'STRUCTURE' # high level update (i.e. not item level but organisation of items) - LISTENERS = {'avatar', 'nick', 'presence', 'profilePlugged', 'disconnect', 'gotMenus', 'menu', 'notification', 'notificationsClear'} + LISTENERS = {'avatar', 'nick', 'presence', 'profilePlugged', 'disconnect', 'gotMenus', 'menu', 'notification', 'notificationsClear', 'progressFinished', 'progressError'} # Notifications NOTIFY_MESSAGE = 'MESSAGE' # a message was received