Uses of Enum
javax.cache.event.EventType
Packages that use EventType
-
Uses of EventType in javax.cache.event
Subclasses with type arguments of type EventType in javax.cache.eventFields in javax.cache.event declared as EventTypeMethods in javax.cache.event that return EventTypeModifier and TypeMethodDescriptionfinal EventTypeCacheEntryEvent.getEventType()Gets the event type of this eventstatic EventTypeReturns 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