Package com.hybris.cockpitng.util.impl
Class IdentifiableMarkEventListener
- java.lang.Object
-
- com.hybris.cockpitng.util.impl.IdentifiableMarkEventListener
-
- All Implemented Interfaces:
Identifiable,MarkedEventListener
- Direct Known Subclasses:
AbstractCompareViewSectionRenderer.ExpandSectionListener,IdentifiableMarkDataConsumer,IdentifiableMarkEventConsumer
public abstract class IdentifiableMarkEventListener extends java.lang.Object implements MarkedEventListener, Identifiable
Marked component event listener with constant identity.Marked components events listeners may be identifiable to assure that a particular listener is attached only once.
-
-
Constructor Summary
Constructors Constructor Description IdentifiableMarkEventListener(java.lang.Object id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetId()Gets the identity of object.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.util.MarkedEventListener
onEvent
-
-
-
-
Method Detail
-
getId
public java.lang.Object getId()
Description copied from interface:IdentifiableGets the identity of object.This identity should override
Object.equals(Object)andObject.hashCode()methods.- Specified by:
getIdin interfaceIdentifiable
-
-