Package org.infinispan.hotrod.event.impl
Class AbstractClientEvent
- java.lang.Object
-
- org.infinispan.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.hotrod.event.ClientEvent
ClientEvent.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractClientEvent(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.hotrod.event.ClientEvent
getType
-
-