Uses of Class
javax.cache.event.EventType
-
Packages that use EventType Package Description javax.cache.event This package contains event listener interfaces. -
-
Uses of EventType in javax.cache.event
Fields in javax.cache.event declared as EventType Modifier and Type Field Description private EventTypeCacheEntryEvent. eventTypeMethods in javax.cache.event that return EventType Modifier and Type Method Description EventTypeCacheEntryEvent. getEventType()Gets the event type of this eventstatic EventTypeEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in javax.cache.event with parameters of type EventType Constructor Description CacheEntryEvent(Cache source, EventType eventType)Constructs a cache entry event from a given cache as source
-