Interface ProcessesUpdatersRegistry
-
- All Known Implementing Classes:
DefaultProcessesUpdaterRegistry
@Deprecated(since="6.6", forRemoval=true) public interface ProcessesUpdatersRegistryDeprecated, for removal: This API element is subject to removal in a future version.since 6.6 - not used anymore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidregisterGlobalEventListeners(com.hybris.cockpitng.components.Widgetslot widgetslot, java.util.function.Consumer<java.lang.String> updateCronJob)Deprecated, for removal: This API element is subject to removal in a future version.Registers global event listeners on given widgetSlot.
-
-
-
Method Detail
-
registerGlobalEventListeners
void registerGlobalEventListeners(com.hybris.cockpitng.components.Widgetslot widgetslot, java.util.function.Consumer<java.lang.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
-
-