Class AbstractClientEvent
- java.lang.Object
-
- org.infinispan.client.hotrod.event.impl.AbstractClientEvent
-
- All Implemented Interfaces:
ClientEvent
- Direct Known Subclasses:
CreatedEventImpl
,CustomEventImpl
,ExpiredEventImpl
,ModifiedEventImpl
,RemovedEventImpl
public abstract class AbstractClientEvent extends Object implements ClientEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.client.hotrod.event.ClientEvent
ClientEvent.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractClientEvent(byte[] listenerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getListenerId()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.client.hotrod.event.ClientEvent
getType
-
-