Uses of Enum Class
org.glassfish.config.support.TypedChangeEvent.Type
Packages that use TypedChangeEvent.Type
-
Uses of TypedChangeEvent.Type in org.glassfish.config.support
Methods in org.glassfish.config.support that return TypedChangeEvent.TypeModifier and TypeMethodDescriptionTypedChangeEvent.getType()static TypedChangeEvent.TypeReturns the enum constant of this class with the specified name.static TypedChangeEvent.Type[]TypedChangeEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.glassfish.config.support with parameters of type TypedChangeEvent.TypeModifierConstructorDescriptionTypedChangeEvent(Object source, String propertyName, Object oldValue, Object newValue, TypedChangeEvent.Type type)