Uses of Class
com.hybris.cockpitng.events.impl.ListenerInfo
-
Packages that use ListenerInfo Package Description com.hybris.cockpitng.events.impl -
-
Uses of ListenerInfo in com.hybris.cockpitng.events.impl
Methods in com.hybris.cockpitng.events.impl that return types with arguments of type ListenerInfo Modifier and Type Method Description protected java.util.Set<ListenerInfo>DefaultCockpitEventQueue. findListenersByName(java.lang.String eventName)protected java.util.List<ListenerInfo>DefaultCockpitEventQueue. findWidgetListenersToNotify(CockpitEvent event)Methods in com.hybris.cockpitng.events.impl with parameters of type ListenerInfo Modifier and Type Method Description protected booleanDefaultCockpitEventQueue. checkScope(ScopeContext currentContext, ListenerInfo listenerInfo)Method parameters in com.hybris.cockpitng.events.impl with type arguments of type ListenerInfo Modifier and Type Method Description protected voidDefaultCockpitEventQueue. addEventToAggregatedEventsForWidgets(CockpitEvent event, java.util.List<ListenerInfo> listenerWidgetsToNotify)
-