Uses of Interface
de.hybris.platform.cockpit.session.UISessionListener
-
-
Uses of UISessionListener in de.hybris.platform.admincockpit.session.impl
Classes in de.hybris.platform.admincockpit.session.impl that implement UISessionListener Modifier and Type Class Description classAdmincockpitEditorArea -
Uses of UISessionListener in de.hybris.platform.cockpit.session
Subinterfaces of UISessionListener in de.hybris.platform.cockpit.session Modifier and Type Interface Description interfaceUIEditorAreaMethods in de.hybris.platform.cockpit.session with parameters of type UISessionListener Modifier and Type Method Description voidDummyUISession. addSessionListener(UISessionListener listener)voidUISession. addSessionListener(UISessionListener listener)Adds a session listener.voidDummyUISession. removeSessionListener(UISessionListener listener)voidUISession. removeSessionListener(UISessionListener listener)Removes session listener. -
Uses of UISessionListener in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement UISessionListener Modifier and Type Class Description protected classAbstractBrowserArea.MySessionListenerclassEditorAreaManages editor area content and events.Fields in de.hybris.platform.cockpit.session.impl declared as UISessionListener Modifier and Type Field Description protected UISessionListenerAbstractBrowserArea. mySessionListenerMethods in de.hybris.platform.cockpit.session.impl that return types with arguments of type UISessionListener Modifier and Type Method Description protected java.util.List<UISessionListener>UISessionImpl. getListeners(boolean create)Methods in de.hybris.platform.cockpit.session.impl with parameters of type UISessionListener Modifier and Type Method Description voidUISessionImpl. addSessionListener(UISessionListener listener)voidUISessionImpl. removeSessionListener(UISessionListener listener)Method parameters in de.hybris.platform.cockpit.session.impl with type arguments of type UISessionListener Modifier and Type Method Description voidUISessionImpl. setInitialSessionListeners(java.util.Collection<UISessionListener> listeners) -
Uses of UISessionListener in de.hybris.platform.importcockpit.session.impl
Classes in de.hybris.platform.importcockpit.session.impl that implement UISessionListener Modifier and Type Class Description classImportCockpitEditorArea
-