Uses of Class
org.infinispan.notifications.cachemanagerlistener.event.Event.Type
-
Packages that use Event.Type Package Description org.infinispan.notifications.cachemanagerlistener.event EmbeddedCacheManager-specific listener events -
-
Uses of Event.Type in org.infinispan.notifications.cachemanagerlistener.event
Methods in org.infinispan.notifications.cachemanagerlistener.event that return Event.Type Modifier and Type Method Description Event.TypeEvent. getType()static Event.TypeEvent.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Event.Type[]Event.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-