Uses of Interface
com.hybris.cockpitng.core.events.CockpitEventQueue
-
-
Uses of CockpitEventQueue in com.hybris.backoffice.widgets.perspectivecontainer.controller
Methods in com.hybris.backoffice.widgets.perspectivecontainer.controller that return CockpitEventQueue Modifier and Type Method Description CockpitEventQueuePerspectiveContainerWidgetController. getCockpitEventQueue() -
Uses of CockpitEventQueue in com.hybris.backoffice.widgets.quicktogglelocale.controller
Methods in com.hybris.backoffice.widgets.quicktogglelocale.controller that return CockpitEventQueue Modifier and Type Method Description protected CockpitEventQueueQuickToggleLocaleController. getCockpitEventQueue() -
Uses of CockpitEventQueue in com.hybris.backoffice.widgets.userrolechooser.controller
Methods in com.hybris.backoffice.widgets.userrolechooser.controller that return CockpitEventQueue Modifier and Type Method Description CockpitEventQueueUserRoleChooserWidgetController. getCockpitEventQueue() -
Uses of CockpitEventQueue in com.hybris.cockpitng.admin
Methods in com.hybris.cockpitng.admin that return CockpitEventQueue Modifier and Type Method Description CockpitEventQueueCockpitMainWindowComposer. getCockpitEventQueue()Methods in com.hybris.cockpitng.admin with parameters of type CockpitEventQueue Modifier and Type Method Description voidCockpitMainWindowComposer. setCockpitEventQueue(CockpitEventQueue cockpitEventQueue) -
Uses of CockpitEventQueue in com.hybris.cockpitng.dataaccess.facades.object.impl
Methods in com.hybris.cockpitng.dataaccess.facades.object.impl with parameters of type CockpitEventQueue Modifier and Type Method Description voidDefaultObjectFacade. setEventQueue(CockpitEventQueue eventQueue)Deprecated, for removal: This API element is subject to removal in a future version.since 6.5 -
Uses of CockpitEventQueue in com.hybris.cockpitng.dataaccess.util.impl
Methods in com.hybris.cockpitng.dataaccess.util.impl that return CockpitEventQueue Modifier and Type Method Description protected CockpitEventQueueDefaultCockpitGlobalEventPublisher. getEventQueue()Methods in com.hybris.cockpitng.dataaccess.util.impl with parameters of type CockpitEventQueue Modifier and Type Method Description voidDefaultCockpitGlobalEventPublisher. setEventQueue(CockpitEventQueue eventQueue) -
Uses of CockpitEventQueue in com.hybris.cockpitng.events.impl
Classes in com.hybris.cockpitng.events.impl that implement CockpitEventQueue Modifier and Type Class Description classDefaultCockpitEventQueueMethods in com.hybris.cockpitng.events.impl with parameters of type CockpitEventQueue Modifier and Type Method Description voidDefaultCockpitEventQueueConnector. setEventQueue(CockpitEventQueue eventQueue) -
Uses of CockpitEventQueue in com.hybris.cockpitng.util
Methods in com.hybris.cockpitng.util with parameters of type CockpitEventQueue Modifier and Type Method Description static voidCockpitEventUtils. dispatchGlobalEvents(CockpitEventQueue cockpitEventQueue)Fetches all events that are currently in the queue for the current desktop and calls them. -
Uses of CockpitEventQueue in com.hybris.cockpitng.util.impl
Methods in com.hybris.cockpitng.util.impl with parameters of type CockpitEventQueue Modifier and Type Method Description voidDefaultWidgetUtils. setCockpitEventQueue(CockpitEventQueue cockpitEventQueue) -
Uses of CockpitEventQueue in com.hybris.cockpitng.widgets.compare.renderer.value
Methods in com.hybris.cockpitng.widgets.compare.renderer.value that return CockpitEventQueue Modifier and Type Method Description protected CockpitEventQueueCollapsibleCollectionLabelRenderer. getCockpitEventQueue()Methods in com.hybris.cockpitng.widgets.compare.renderer.value with parameters of type CockpitEventQueue Modifier and Type Method Description voidCollapsibleCollectionLabelRenderer. setCockpitEventQueue(CockpitEventQueue cockpitEventQueue) -
Uses of CockpitEventQueue in com.hybris.cockpitng.widgets.controller
Methods in com.hybris.cockpitng.widgets.controller that return CockpitEventQueue Modifier and Type Method Description CockpitEventQueueAuthorityGroupSelector. getCockpitEventQueue()CockpitEventQueueBorderLayoutWidgetController. getCockpitEventQueue()CockpitEventQueueExampleDefaultWidgetController. getCockpitEventQueue()Methods in com.hybris.cockpitng.widgets.controller with parameters of type CockpitEventQueue Modifier and Type Method Description protected voidEventAcceptorWidgetController. setCockpitEventQueue(CockpitEventQueue cockpitEventQueue)protected voidEventProducerWidgetController. setCockpitEventQueue(CockpitEventQueue cockpitEventQueue)
-