Package com.hybris.cockpitng.util.impl
Class IdentifiableMarkDataConsumer
- java.lang.Object
-
- com.hybris.cockpitng.util.impl.IdentifiableMarkEventListener
-
- com.hybris.cockpitng.util.impl.IdentifiableMarkDataConsumer
-
- All Implemented Interfaces:
Identifiable,MarkedEventListener
public class IdentifiableMarkDataConsumer extends IdentifiableMarkEventListener
Object with unique id that is able to consume marked component event data.Marked components events listeners may be identifiable to assure that a particular listener is attached only once.
-
-
Constructor Summary
Constructors Constructor Description IdentifiableMarkDataConsumer(java.lang.Object id, java.util.function.Consumer<java.lang.Object> consumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.zkoss.zk.ui.event.Event event, java.lang.Object markData)-
Methods inherited from class com.hybris.cockpitng.util.impl.IdentifiableMarkEventListener
getId
-
-