Uses of Enum
javax.cache.event.EventType
Packages that use EventType
-
Uses of EventType in javax.cache.event
Fields in javax.cache.event declared as EventTypeMethods in javax.cache.event that return EventTypeModifier and TypeMethodDescriptionfinal EventType
CacheEntryEvent.getEventType()
Gets the event type of this eventstatic EventType
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 EventTypeModifierConstructorDescriptionCacheEntryEvent
(Cache source, EventType eventType) Constructs a cache entry event from a given cache as source