java.lang.Object
java.util.EventObject
java.beans.PropertyChangeEvent
omix.util.ui.AnnotationChangeEvent
- All Implemented Interfaces:
Serializable
public class AnnotationChangeEvent extends PropertyChangeEvent
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AnnotationChangeEvent.ChangeType
-
Field Summary
Fields Modifier and Type Field Description Annotation
annotation
AnnotationChangeEvent.ChangeType
changeType
static String
SUFFIX
-
Constructor Summary
Constructors Constructor Description AnnotationChangeEvent(Object source, String propertyName, AnnotationChangeEvent.ChangeType changeType, Annotation annotation)
-
Method Summary
Methods inherited from class java.beans.PropertyChangeEvent
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toString
-
Field Details
-
SUFFIX
- See Also:
- Constant Field Values
-
changeType
-
annotation
-
-
Constructor Details
-
AnnotationChangeEvent
public AnnotationChangeEvent(Object source, String propertyName, AnnotationChangeEvent.ChangeType changeType, Annotation annotation)
-