Interface CacheStoppedEvent
-
- All Superinterfaces:
Event
public interface CacheStoppedEvent extends Event
This event is passed in to any method annotated withCacheStopped
.- Since:
- 4.0
- Author:
- Manik Surtani
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
Event.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCacheName()
-
Methods inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
getCacheManager, getType
-
-
-
-
Method Detail
-
getCacheName
String getCacheName()
-
-