org.infinispan.notifications.cachemanagerlistener.event
Interface Event

All Known Subinterfaces:
CacheStartedEvent, CacheStoppedEvent, MergeEvent, ViewChangedEvent
All Known Implementing Classes:
EventImpl

public interface Event

Common characteristics of events that occur on a cache manager

Since:
4.0
Author:
Manik Surtani

Nested Class Summary
static class Event.Type
           
 
Method Summary
 EmbeddedCacheManager getCacheManager()
           
 Event.Type getType()
           
 

Method Detail

getCacheManager

EmbeddedCacheManager getCacheManager()

getType

Event.Type getType()

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.