public interface ItemCreationListener
DisplayState.addItemCreationListener(de.hybris.platform.hmc.webchips.event.ItemCreationListener)
.| Modifier and Type | Method and Description |
|---|---|
ComposedType |
getListeningType()
Should return the
ComposedType for which instance creation this listener wants to be notified. |
void |
itemCreated(ItemCreationEvent event)
Is called if an item of the given
listening type has been created. |
void itemCreated(ItemCreationEvent event)
listening type has been created.event - the ItemCreationEvent referencing the new itemComposedType getListeningType()
ComposedType for which instance creation this listener wants to be notified. If null is
returned, this listener will be notified of all item creation action (within the session).getListeningType()Copyright © 2017 SAP SE. All Rights Reserved.