Uses of Class
org.glassfish.config.support.TypedChangeEvent.Type
-
Packages that use TypedChangeEvent.Type Package Description org.glassfish.config.support -
-
Uses of TypedChangeEvent.Type in org.glassfish.config.support
Methods in org.glassfish.config.support that return TypedChangeEvent.Type Modifier and Type Method Description TypedChangeEvent.TypeTypedChangeEvent. getType()static TypedChangeEvent.TypeTypedChangeEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static TypedChangeEvent.Type[]TypedChangeEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.glassfish.config.support with parameters of type TypedChangeEvent.Type Constructor Description TypedChangeEvent(Object source, String propertyName, Object oldValue, Object newValue, TypedChangeEvent.Type type)
-