Interface Event
-
- All Known Subinterfaces:
CacheStartedEvent
,CacheStoppedEvent
,MergeEvent
,ViewChangedEvent
public interface Event
Common characteristics of events that occur on a cache manager- Since:
- 4.0
- Author:
- Manik Surtani
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Event.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmbeddedCacheManager
getCacheManager()
Event.Type
getType()
-
-
-
Method Detail
-
getCacheManager
EmbeddedCacheManager getCacheManager()
-
getType
Event.Type getType()
-
-