Uses of Enum
org.apache.curator.framework.recipes.cache.CuratorCacheListener.Type
Packages that use CuratorCacheListener.Type
-
Uses of CuratorCacheListener.Type in org.apache.curator.framework.recipes.cache
Subclasses with type arguments of type CuratorCacheListener.Type in org.apache.curator.framework.recipes.cacheModifier and TypeClassDescriptionstatic enumAn enumerated type that describes a changeMethods in org.apache.curator.framework.recipes.cache that return CuratorCacheListener.TypeModifier and TypeMethodDescriptionstatic CuratorCacheListener.TypeReturns the enum constant of this type with the specified name.static CuratorCacheListener.Type[]CuratorCacheListener.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.curator.framework.recipes.cache with parameters of type CuratorCacheListener.TypeModifier and TypeMethodDescriptionvoidCuratorCacheListener.event(CuratorCacheListener.Type type, ChildData oldData, ChildData data) Called when a data is created, changed or deleted.