Package org.glassfish.config.support
Class TypedChangeEvent
java.lang.Object
java.util.EventObject
java.beans.PropertyChangeEvent
org.glassfish.config.support.TypedChangeEvent
- All Implemented Interfaces:
Serializable
Simple extension to java beans events to support notification for adding/removing indexed properties.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionTypedChangeEvent(Object source, String propertyName, Object oldValue, Object newValue) TypedChangeEvent(Object source, String propertyName, Object oldValue, Object newValue, TypedChangeEvent.Type type) -
Method Summary
Methods inherited from class java.beans.PropertyChangeEvent
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toStringMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
TypedChangeEvent
-
TypedChangeEvent
public TypedChangeEvent(Object source, String propertyName, Object oldValue, Object newValue, TypedChangeEvent.Type type)
-
-
Method Details
-
getType
-