Interface ProcessesUpdatersRegistry
- All Known Implementing Classes:
DefaultProcessesUpdaterRegistry
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6 - not used anymore
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterGlobalEventListeners(com.hybris.cockpitng.components.Widgetslot widgetslot, Consumer<String> updateCronJob) Deprecated, for removal: This API element is subject to removal in a future version.Registers global event listeners on given widgetSlot.
-
Method Details
-
registerGlobalEventListeners
void registerGlobalEventListeners(com.hybris.cockpitng.components.Widgetslot widgetslot, Consumer<String> updateCronJob) Deprecated, for removal: This API element is subject to removal in a future version.Registers global event listeners on given widgetSlot.- Parameters:
widgetslot- widget slot on which event listeners will be registered.updateCronJob- consumer which updates a cronJob on the list
-