Interface ClientEvent
-
- All Known Subinterfaces:
ClientCacheEntryCreatedEvent<K>
,ClientCacheEntryCustomEvent<T>
,ClientCacheEntryExpiredEvent<K>
,ClientCacheEntryModifiedEvent<K>
,ClientCacheEntryRemovedEvent<K>
,ClientCacheFailoverEvent
- All Known Implementing Classes:
AbstractClientEvent
,CreatedEventImpl
,CustomEventImpl
,ExpiredEventImpl
,ModifiedEventImpl
,RemovedEventImpl
public interface ClientEvent
- Author:
- Galder ZamarreƱo
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ClientEvent.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientEvent.Type
getType()
-
-
-
Method Detail
-
getType
ClientEvent.Type getType()
-
-