Package com.hybris.cockpitng.util.impl
Class IdentifiableMarkEventConsumer
- java.lang.Object
-
- com.hybris.cockpitng.util.impl.IdentifiableMarkEventListener
-
- com.hybris.cockpitng.util.impl.IdentifiableMarkEventConsumer
-
- All Implemented Interfaces:
Identifiable,MarkedEventListener
public class IdentifiableMarkEventConsumer extends IdentifiableMarkEventListener
Object with unique id that is able to consume marked component event.Marked components events listeners may be identifiable to assure that a particular listener is attached only once.
-
-
Constructor Summary
Constructors Constructor Description IdentifiableMarkEventConsumer(java.lang.Object id, java.util.function.Consumer<org.zkoss.zk.ui.event.Event> 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
-
-